#51231C

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

Shades of Caput Mortuum #51231C

Tints of Caput Mortuum #51231C

Color information

#51231C (or 0x51231C) is unknown color: approx Caput Mortuum. HEX triplet: 51, 23 and 1C. RGB value is (81,35,28). Sum of RGB (Red+Green+Blue) = 81+35+28=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51231C is #AEDCE3. Grayscale: #303030. Windows color (decimal): -11459812 or 1844049. OLE color: 1844049.

HSL color Cylindrical-coordinate representation of color #51231C: hue angle of 7.92º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51231C is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB813528-
CMYK00.570.650.68
HSL7.92º48.62%21.37%-
HSV(B)7.92º65.43%31.76%-
XYZ4.23.041.46-
YUV47.96116.74151.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=56.25%
G=24.31%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81352800.570.650.687.9248.6221.37
Hex51231C039414483115
Octal1214334071101104106125
Binary101000110001111100011100110000011000100100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,35,28); }

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

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

 a { background-color: rgb(81,35,28); }

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

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

 span { border-color: rgb(81,35,28); }

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