Html Css Color HEX #512316 Caput Mortuum

📋 copy color: '#512316'

red 81 ◦ green 35 ◦ blue 22

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

Shades of Caput Mortuum #512316

Tints of Caput Mortuum #512316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 58.7%
G = 25.36%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#512316 (or 0x512316) is known color: Caput Mortuum. HEX triplet: 51, 23 and 16. RGB value is (81,35,22). Sum of RGB (Red+Green+Blue) = 81+35+22=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512316 is #AEDCE9. Grayscale: #2F2F2F. Windows color (decimal): -11459818 or 1450833. OLE color: 1450833.

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

Color convert

RGB 81 35 22 -
CMYK 0 0.57 0.73 0.68
HSL 13.22º 0.57% 0.2% -
HSV(B) 13.22º 0.73% 0.32% -
XYZ 4.14 3.01 1.12 -
YUV 47.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 81 35 22 0 0.57 0.73 0.68 13.22 0.57 0.2
Hex 51 23 16 0 39 49 44 D 39 14
Octal 121 43 26 0 71 111 104 15 71 24
Binary 1010001 100011 10110 0 111001 1001001 1000100 1101 111001 10100

Color Harmonies of #512316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512316

Black with #512316

Text Example


Text Example

White with #512316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512316; }

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

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

background-color css

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

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

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

border-color css

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

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

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