#80142b

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

Shades of Scarlett #80142B

Tints of Scarlett #80142B

Color information

#80142B (or 0x80142B) is unknown color: approx Scarlett. HEX triplet: 80, 14 and 2B. RGB value is (128,20,43). Sum of RGB (Red+Green+Blue) = 128+20+43=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80142B is #7FEBD4. Grayscale: #363636. Windows color (decimal): -8383445 or 2823296. OLE color: 2823296.

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

Color convert

RGB1282043-
CMYK00.840.660.50
HSL347.22º72.97%29.02%-
HSV(B)347.22º84.38%50.2%-
XYZ9.595.262.8-
YUV54.91121.28180.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.02%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=67.02%
G=10.47%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128204300.840.660.50347.2272.9729.02
Hex80142B054423215b491d
Octal200245301241026253311135
Binary1000000010100101011010101001000010110010101011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80142b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80142b; }

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

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

<style>
 a { background-color: #80142b; }

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

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

<style>
 span { border-color: #80142b; }

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

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