#801B36

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

Shades of Scarlett #801B36

Tints of Scarlett #801B36

Color information

#801B36 (or 0x801B36) is unknown color: approx Scarlett. HEX triplet: 80, 1B and 36. RGB value is (128,27,54). Sum of RGB (Red+Green+Blue) = 128+27+54=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #801B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801B36 is #7FE4C9. Grayscale: #3C3C3C. Windows color (decimal): -8381642 or 3545984. OLE color: 3545984.

HSL color Cylindrical-coordinate representation of color #801B36: hue angle of 343.96º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #801B36 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1282754-
CMYK00.790.580.50
HSL343.96º65.16%30.39%-
HSV(B)343.96º78.91%50.2%-
XYZ9.965.644.05-
YUV60.28124.46176.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=61.24%
G=12.92%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128275400.790.580.50343.9665.1630.39
Hex801B3604F3A32158411e
Octal20033660117726253010136
Binary100000001101111011001001111111010110010101011000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801B36; }

 p { color: rgb(128,27,54); }

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

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

 a { background-color: rgb(128,27,54); }

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

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

 span { border-color: rgb(128,27,54); }

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