#801F2E

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

Shades of Scarlett #801F2E

Tints of Scarlett #801F2E

Color information

#801F2E (or 0x801F2E) is unknown color: approx Scarlett. HEX triplet: 80, 1F and 2E. RGB value is (128,31,46). Sum of RGB (Red+Green+Blue) = 128+31+46=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801F2E is #7FE0D1. Grayscale: #3D3D3D. Windows color (decimal): -8380626 or 3022720. OLE color: 3022720.

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

Color convert

RGB1283146-
CMYK00.760.640.50
HSL350.72º61.01%31.18%-
HSV(B)350.72º75.78%50.2%-
XYZ9.895.773.18-
YUV61.71119.14175.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=62.44%
G=15.12%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128314600.760.640.50350.7261.0131.18
Hex801F2E04C403215f3d1f
Octal20037560114100625377537
Binary100000001111110111001001100100000011001010101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,31,46); }

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

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

 a { background-color: rgb(128,31,46); }

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

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

 span { border-color: rgb(128,31,46); }

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