#801A36

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

Shades of Scarlett #801A36

Tints of Scarlett #801A36

Color information

#801A36 (or 0x801A36) is unknown color: approx Scarlett. HEX triplet: 80, 1A and 36. RGB value is (128,26,54). Sum of RGB (Red+Green+Blue) = 128+26+54=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #801A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A36 is #7FE5C9. Grayscale: #3B3B3B. Windows color (decimal): -8381898 or 3545728. OLE color: 3545728.

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

Color convert

RGB1282654-
CMYK00.800.580.50
HSL343.53º66.23%30.2%-
HSV(B)343.53º79.69%50.2%-
XYZ9.945.594.05-
YUV59.69124.79176.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=61.54%
G=12.5%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128265400.800.580.50343.5366.2330.2
Hex801A360503A32158421e
Octal20032660120726253010236
Binary100000001101011011001010000111010110010101011000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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