#801830

Color #801830 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #801830

Tints of Scarlett #801830

Color information

#801830 (or 0x801830) is unknown color: approx Scarlett. HEX triplet: 80, 18 and 30. RGB value is (128,24,48). Sum of RGB (Red+Green+Blue) = 128+24+48=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #801830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801830 is #7FE7CF. Grayscale: #393939. Windows color (decimal): -8382416 or 3152000. OLE color: 3152000.

HSL color Cylindrical-coordinate representation of color #801830: hue angle of 346.15º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801830 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1282448-
CMYK00.810.620.50
HSL346.15º68.42%29.8%-
HSV(B)346.15º81.25%50.2%-
XYZ9.765.463.33-
YUV57.83122.46178.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 48 (19.14% from 255) = 24%
R=64%
G=12%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128244800.810.620.50346.1568.4229.8
Hex8018300513E3215a441e
Octal20030600121766253210436
Binary100000001100011000001010001111110110010101011010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801830; }

 p { color: rgb(128,24,48); }

 H1.HeaderClassName
 {
   color: #801830;
 }
 .AnyTagClassName
 {
   color: #801830;
 }
</style>
background-color css

<style>
 a { background-color: #801830; }

 a { background-color: rgb(128,24,48); }

 div.DivClassName
 {
   background-color: #801830;
 }
 .BgClassName
 {
   background-color: #801830;
 }
</style>
border-color css

<style>
 span { border-color: #801830; }

 span { border-color: rgb(128,24,48); }

 td.TdClassName
 {
   border-color: #801830;
 }
 .TagClassName
 {
   border-color: #801830;
 }
</style>