#801533

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

Shades of Scarlett #801533

Tints of Scarlett #801533

Color information

#801533 (or 0x801533) is unknown color: approx Scarlett. HEX triplet: 80, 15 and 33. RGB value is (128,21,51). Sum of RGB (Red+Green+Blue) = 128+21+51=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #801533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801533 is #7FEACC. Grayscale: #383838. Windows color (decimal): -8383181 or 3347840. OLE color: 3347840.

HSL color Cylindrical-coordinate representation of color #801533: hue angle of 343.18º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801533 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1282151-
CMYK00.840.600.50
HSL343.18º71.81%29.22%-
HSV(B)343.18º83.59%50.2%-
XYZ9.775.363.65-
YUV56.41124.95179.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=64%
G=10.5%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128215100.840.600.50343.1871.8129.22
Hex8015330543C32157481d
Octal20025630124746252711035
Binary100000001010111001101010100111100110010101010111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801533; }

 p { color: rgb(128,21,51); }

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

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

 a { background-color: rgb(128,21,51); }

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

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

 span { border-color: rgb(128,21,51); }

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