#801A2F

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

Shades of Scarlett #801A2F

Tints of Scarlett #801A2F

Color information

#801A2F (or 0x801A2F) is unknown color: approx Scarlett. HEX triplet: 80, 1A and 2F. RGB value is (128,26,47). Sum of RGB (Red+Green+Blue) = 128+26+47=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A2F is #7FE5D0. Grayscale: #3A3A3A. Windows color (decimal): -8381905 or 3086976. OLE color: 3086976.

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

Color convert

RGB1282647-
CMYK00.800.630.50
HSL347.65º66.23%30.2%-
HSV(B)347.65º79.69%50.2%-
XYZ9.785.533.24-
YUV58.89121.29177.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=63.68%
G=12.94%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128264700.800.630.50347.6566.2330.2
Hex801A2F0503F3215c421e
Octal20032570120776253410236
Binary100000001101010111101010000111111110010101011100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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