#801627

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

Shades of Scarlett #801627

Tints of Scarlett #801627

Color information

#801627 (or 0x801627) is unknown color: approx Scarlett. HEX triplet: 80, 16 and 27. RGB value is (128,22,39). Sum of RGB (Red+Green+Blue) = 128+22+39=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #801627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801627 is #7FE9D8. Grayscale: #373737. Windows color (decimal): -8382937 or 2561664. OLE color: 2561664.

HSL color Cylindrical-coordinate representation of color #801627: hue angle of 350.38º 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 #801627 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1282239-
CMYK00.830.700.50
HSL350.38º70.67%29.41%-
HSV(B)350.38º82.81%50.2%-
XYZ9.565.312.44-
YUV55.63118.62179.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=67.72%
G=11.64%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128223900.830.700.50350.3870.6729.41
Hex801627053463215e471d
Octal200264701231066253610735
Binary1000000010110100111010100111000110110010101011110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801627; }

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

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

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

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

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

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

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

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