Html Css Color HEX #512416 Caput Mortuum

📋 copy color: '#512416'

red 81 ◦ green 36 ◦ blue 22

#512416
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #512416

Tints of Caput Mortuum #512416

RGB

 RED value IS 81 (32.03% from 255) = 58.27%

 GREEN value IS 36 (14.45% from 255) = 25.9%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 58.27%
G = 25.9%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#512416 (or 0x512416) is known color: Caput Mortuum. HEX triplet: 51, 24 and 16. RGB value is (81,36,22). Sum of RGB (Red+Green+Blue) = 81+36+22=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512416 is #AEDBE9. Grayscale: #2F2F2F. Windows color (decimal): -11459562 or 1451089. OLE color: 1451089.

HSL color Cylindrical-coordinate representation of color #512416: hue angle of 14.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512416 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 22 -
CMYK 0 0.56 0.73 0.68
HSL 14.24º 0.57% 0.2% -
HSV(B) 14.24º 0.73% 0.32% -
XYZ 4.17 3.07 1.13 -
YUV 47.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 81 36 22 0 0.56 0.73 0.68 14.24 0.57 0.2
Hex 51 24 16 0 38 49 44 E 39 14
Octal 121 44 26 0 70 111 104 16 71 24
Binary 1010001 100100 10110 0 111000 1001001 1000100 1110 111001 10100

Color Harmonies of #512416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512416

Black with #512416

Text Example


Text Example

White with #512416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512416; }

 p { color: rgb(81,36,22); }

 H1.HeaderClassName
 {
   color: #512416;
 }
 .AnyTagClassName
 {
   color: #512416;
 }
</style>

background-color css

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

 a { background-color: rgb(81,36,22); }

 div.DivClassName
 {
   background-color: #512416;
 }
 .BgClassName
 {
   background-color: #512416;
 }
</style>

border-color css

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

 span { border-color: rgb(81,36,22); }

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