#80182C

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

Shades of Scarlett #80182C

Tints of Scarlett #80182C

Color information

#80182C (or 0x80182C) is unknown color: approx Scarlett. HEX triplet: 80, 18 and 2C. RGB value is (128,24,44). Sum of RGB (Red+Green+Blue) = 128+24+44=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80182C is #7FE7D3. Grayscale: #393939. Windows color (decimal): -8382420 or 2889856. OLE color: 2889856.

HSL color Cylindrical-coordinate representation of color #80182C: hue angle of 348.46º 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 #80182C is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1282444-
CMYK00.810.660.50
HSL348.46º68.42%29.8%-
HSV(B)348.46º81.25%50.2%-
XYZ9.685.422.92-
YUV57.38120.46178.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.31%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=65.31%
G=12.24%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128244400.810.660.50348.4668.4229.8
Hex80182C051423215c441e
Octal200305401211026253410436
Binary1000000011000101100010100011000010110010101011100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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