#801D2B

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

Shades of Scarlett #801D2B

Tints of Scarlett #801D2B

Color information

#801D2B (or 0x801D2B) is unknown color: approx Scarlett. HEX triplet: 80, 1D and 2B. RGB value is (128,29,43). Sum of RGB (Red+Green+Blue) = 128+29+43=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #801D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D2B is #7FE2D4. Grayscale: #3C3C3C. Windows color (decimal): -8381141 or 2825600. OLE color: 2825600.

HSL color Cylindrical-coordinate representation of color #801D2B: hue angle of 351.52º 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 #801D2B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1282943-
CMYK00.770.660.50
HSL351.52º63.06%30.78%-
HSV(B)351.52º77.34%50.2%-
XYZ9.785.642.86-
YUV60.2118.3176.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=64%
G=14.5%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128294300.770.660.50351.5263.0630.78
Hex801D2B04D42321603f1f
Octal20035530115102625407737
Binary100000001110110101101001101100001011001010110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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