#80163B

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

Shades of Claret #80163B

Tints of Claret #80163B

Color information

#80163B (or 0x80163B) is unknown color: approx Claret. HEX triplet: 80, 16 and 3B. RGB value is (128,22,59). Sum of RGB (Red+Green+Blue) = 128+22+59=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80163B is #7FE9C4. Grayscale: #393939. Windows color (decimal): -8382917 or 3872384. OLE color: 3872384.

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

Color convert

RGB1282259-
CMYK00.830.540.50
HSL339.06º70.67%29.41%-
HSV(B)339.06º82.81%50.2%-
XYZ9.985.484.67-
YUV57.91128.62177.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=61.24%
G=10.53%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128225900.830.540.50339.0670.6729.41
Hex80163B0533632153471d
Octal20026730123666252310735
Binary100000001011011101101010011110110110010101010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,22,59); }

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

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

 a { background-color: rgb(128,22,59); }

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

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

 span { border-color: rgb(128,22,59); }

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