#80183B

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

Shades of Claret #80183B

Tints of Claret #80183B

Color information

#80183B (or 0x80183B) is unknown color: approx Claret. HEX triplet: 80, 18 and 3B. RGB value is (128,24,59). Sum of RGB (Red+Green+Blue) = 128+24+59=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80183B is #7FE7C4. Grayscale: #3B3B3B. Windows color (decimal): -8382405 or 3872896. OLE color: 3872896.

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

Color convert

RGB1282459-
CMYK00.810.540.50
HSL339.81º68.42%29.8%-
HSV(B)339.81º81.25%50.2%-
XYZ10.025.564.68-
YUV59.09127.96177.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.66%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=60.66%
G=11.37%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128245900.810.540.50339.8168.4229.8
Hex80183B0513632154441e
Octal20030730121666252410436
Binary100000001100011101101010001110110110010101010100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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