#801A23

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

Shades of Scarlett #801A23

Tints of Scarlett #801A23

Color information

#801A23 (or 0x801A23) is unknown color: approx Scarlett. HEX triplet: 80, 1A and 23. RGB value is (128,26,35). Sum of RGB (Red+Green+Blue) = 128+26+35=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #801A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A23 is #7FE5DC. Grayscale: #393939. Windows color (decimal): -8381917 or 2300544. OLE color: 2300544.

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

Color convert

RGB1282635-
CMYK00.800.730.50
HSL354.71º66.23%30.2%-
HSV(B)354.71º79.69%50.2%-
XYZ9.575.452.14-
YUV57.52115.29178.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=67.72%
G=13.76%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128263500.800.730.50354.7166.2330.2
Hex801A230504932163421e
Octal200324301201116254310236
Binary1000000011010100011010100001001001110010101100011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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