#801A2D

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

Shades of Scarlett #801A2D

Tints of Scarlett #801A2D

Color information

#801A2D (or 0x801A2D) is unknown color: approx Scarlett. HEX triplet: 80, 1A and 2D. RGB value is (128,26,45). Sum of RGB (Red+Green+Blue) = 128+26+45=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #801A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A2D is #7FE5D2. Grayscale: #3A3A3A. Windows color (decimal): -8381907 or 2955904. OLE color: 2955904.

HSL color Cylindrical-coordinate representation of color #801A2D: hue angle of 348.82º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A2D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1282645-
CMYK00.800.650.50
HSL348.82º66.23%30.2%-
HSV(B)348.82º79.69%50.2%-
XYZ9.755.523.03-
YUV58.66120.29177.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=64.32%
G=13.07%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128264500.800.650.50348.8266.2330.2
Hex801A2D050413215d421e
Octal200325501201016253510236
Binary1000000011010101101010100001000001110010101011101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,45); }

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

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

 a { background-color: rgb(128,26,45); }

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

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

 span { border-color: rgb(128,26,45); }

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