#801d26

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

Shades of Scarlett #801D26

Tints of Scarlett #801D26

Color information

#801D26 (or 0x801D26) is unknown color: approx Scarlett. HEX triplet: 80, 1D and 26. RGB value is (128,29,38). Sum of RGB (Red+Green+Blue) = 128+29+38=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #801D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D26 is #7FE2D9. Grayscale: #3B3B3B. Windows color (decimal): -8381146 or 2497920. OLE color: 2497920.

HSL color Cylindrical-coordinate representation of color #801D26: hue angle of 354.55º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D26 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1282938-
CMYK00.770.700.50
HSL354.55º63.06%30.78%-
HSV(B)354.55º77.34%50.2%-
XYZ9.695.612.41-
YUV59.63115.8176.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.64%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=65.64%
G=14.87%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128293800.770.700.50354.5563.0630.78
Hex801D2604D46321633f1f
Octal20035460115106625437737
Binary100000001110110011001001101100011011001010110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801d26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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