#80123B

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

Shades of Claret #80123B

Tints of Claret #80123B

Color information

#80123B (or 0x80123B) is unknown color: approx Claret. HEX triplet: 80, 12 and 3B. RGB value is (128,18,59). Sum of RGB (Red+Green+Blue) = 128+18+59=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80123B is #7FEDC4. Grayscale: #373737. Windows color (decimal): -8383941 or 3871360. OLE color: 3871360.

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

Color convert

RGB1281859-
CMYK00.860.540.50
HSL337.64º75.34%28.63%-
HSV(B)337.64º85.94%50.2%-
XYZ9.915.344.65-
YUV55.56129.94179.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=62.44%
G=8.78%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128185900.860.540.50337.6475.3428.63
Hex80123B05636321524b1d
Octal20022730126666252211335
Binary100000001001011101101010110110110110010101010010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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