#80133A

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

Shades of Claret #80133A

Tints of Claret #80133A

Color information

#80133A (or 0x80133A) is unknown color: approx Claret. HEX triplet: 80, 13 and 3A. RGB value is (128,19,58). Sum of RGB (Red+Green+Blue) = 128+19+58=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80133A is #7FECC5. Grayscale: #373737. Windows color (decimal): -8383686 or 3806080. OLE color: 3806080.

HSL color Cylindrical-coordinate representation of color #80133A: hue angle of 338.53º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80133A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1281958-
CMYK00.850.550.50
HSL338.53º74.15%28.82%-
HSV(B)338.53º85.16%50.2%-
XYZ9.95.364.52-
YUV56.04129.11179.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=62.44%
G=9.27%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128195800.850.550.50338.5374.1528.82
Hex80133A05537321534a1d
Octal20023720125676252311235
Binary100000001001111101001010101110111110010101010011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80133A; }

 p { color: rgb(128,19,58); }

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

<style>
 a { background-color: #80133A; }

 a { background-color: rgb(128,19,58); }

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

<style>
 span { border-color: #80133A; }

 span { border-color: rgb(128,19,58); }

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