#801A31

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

Shades of Scarlett #801A31

Tints of Scarlett #801A31

Color information

#801A31 (or 0x801A31) is unknown color: approx Scarlett. HEX triplet: 80, 1A and 31. RGB value is (128,26,49). Sum of RGB (Red+Green+Blue) = 128+26+49=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #801A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A31 is #7FE5CE. Grayscale: #3B3B3B. Windows color (decimal): -8381903 or 3218048. OLE color: 3218048.

HSL color Cylindrical-coordinate representation of color #801A31: hue angle of 346.47º 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 #801A31 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1282649-
CMYK00.800.620.50
HSL346.47º66.23%30.2%-
HSV(B)346.47º79.69%50.2%-
XYZ9.835.553.46-
YUV59.12122.29177.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.05%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=63.05%
G=12.81%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128264900.800.620.50346.4766.2330.2
Hex801A310503E3215a421e
Octal20032610120766253210236
Binary100000001101011000101010000111110110010101011010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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