#801632

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

Shades of Scarlett #801632

Tints of Scarlett #801632

Color information

#801632 (or 0x801632) is unknown color: approx Scarlett. HEX triplet: 80, 16 and 32. RGB value is (128,22,50). Sum of RGB (Red+Green+Blue) = 128+22+50=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #801632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801632 is #7FE9CD. Grayscale: #383838. Windows color (decimal): -8382926 or 3282560. OLE color: 3282560.

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

Color convert

RGB1282250-
CMYK00.830.610.50
HSL344.15º70.67%29.41%-
HSV(B)344.15º82.81%50.2%-
XYZ9.765.393.54-
YUV56.89124.12178.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 50 (19.92% from 255) = 25%
R=64%
G=11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128225000.830.610.50344.1570.6729.41
Hex8016320533D32158471d
Octal20026620123756253010735
Binary100000001011011001001010011111101110010101011000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801632; }

 p { color: rgb(128,22,50); }

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

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

 a { background-color: rgb(128,22,50); }

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

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

 span { border-color: rgb(128,22,50); }

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