#80182E

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

Shades of Scarlett #80182E

Tints of Scarlett #80182E

Color information

#80182E (or 0x80182E) is unknown color: approx Scarlett. HEX triplet: 80, 18 and 2E. RGB value is (128,24,46). Sum of RGB (Red+Green+Blue) = 128+24+46=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80182E is #7FE7D1. Grayscale: #393939. Windows color (decimal): -8382418 or 3020928. OLE color: 3020928.

HSL color Cylindrical-coordinate representation of color #80182E: hue angle of 347.31º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80182E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1282446-
CMYK00.810.640.50
HSL347.31º68.42%29.8%-
HSV(B)347.31º81.25%50.2%-
XYZ9.725.443.12-
YUV57.6121.46178.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=64.65%
G=12.12%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128244600.810.640.50347.3168.4229.8
Hex80182E051403215b441e
Octal200305601211006253310436
Binary1000000011000101110010100011000000110010101011011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80182E; }

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

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

<style>
 a { background-color: #80182E; }

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

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

<style>
 span { border-color: #80182E; }

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

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