Html Css Color HEX #512216 Caput Mortuum

📋 copy color: '#512216'

red 81 ◦ green 34 ◦ blue 22

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

Shades of Caput Mortuum #512216

Tints of Caput Mortuum #512216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

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

R = 59.12%
G = 24.82%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#512216 (or 0x512216) is known color: Caput Mortuum. HEX triplet: 51, 22 and 16. RGB value is (81,34,22). Sum of RGB (Red+Green+Blue) = 81+34+22=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512216 is #AEDDE9. Grayscale: #2E2E2E. Windows color (decimal): -11460074 or 1450577. OLE color: 1450577.

HSL color Cylindrical-coordinate representation of color #512216: hue angle of 12.2º 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 #512216 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 22 -
CMYK 0 0.58 0.73 0.68
HSL 12.2º 0.57% 0.2% -
HSV(B) 12.2º 0.73% 0.32% -
XYZ 4.11 2.95 1.11 -
YUV 46.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 81 34 22 0 0.58 0.73 0.68 12.2 0.57 0.2
Hex 51 22 16 0 3A 49 44 C 39 14
Octal 121 42 26 0 72 111 104 14 71 24
Binary 1010001 100010 10110 0 111010 1001001 1000100 1100 111001 10100

Color Harmonies of #512216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512216

Black with #512216

Text Example


Text Example

White with #512216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512216; }

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

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

background-color css

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

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

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

border-color css

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

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

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