#801626

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

Shades of Scarlett #801626

Tints of Scarlett #801626

Color information

#801626 (or 0x801626) is unknown color: approx Scarlett. HEX triplet: 80, 16 and 26. RGB value is (128,22,38). Sum of RGB (Red+Green+Blue) = 128+22+38=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #801626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801626 is #7FE9D9. Grayscale: #373737. Windows color (decimal): -8382938 or 2496128. OLE color: 2496128.

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

Color convert

RGB1282238-
CMYK00.830.700.50
HSL350.94º70.67%29.41%-
HSV(B)350.94º82.81%50.2%-
XYZ9.545.32.35-
YUV55.52118.12179.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.09%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=68.09%
G=11.70%
B=20.21%

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
Decimal128223800.830.700.50350.9470.6729.41
Hex801626053463215f471d
Octal200264601231066253710735
Binary1000000010110100110010100111000110110010101011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801626; }

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

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

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

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

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

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

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

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