#80212B

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

Shades of Scarlett #80212B

Tints of Scarlett #80212B

Color information

#80212B (or 0x80212B) is unknown color: approx Scarlett. HEX triplet: 80, 21 and 2B. RGB value is (128,33,43). Sum of RGB (Red+Green+Blue) = 128+33+43=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80212B is #7FDED4. Grayscale: #3E3E3E. Windows color (decimal): -8380117 or 2826624. OLE color: 2826624.

HSL color Cylindrical-coordinate representation of color #80212B: hue angle of 353.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80212B is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1283343-
CMYK00.740.660.50
HSL353.68º59.01%31.57%-
HSV(B)353.68º74.22%50.2%-
XYZ9.885.852.89-
YUV62.54116.97174.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.75%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=62.75%
G=16.18%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128334300.740.660.50353.6859.0131.57
Hex80212B04A42321623b20
Octal20041530112102625427340
Binary10000000100001101011010010101000010110010101100010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80212B; }

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

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

<style>
 a { background-color: #80212B; }

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

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

<style>
 span { border-color: #80212B; }

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

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