Html Css Color HEX #512016 Caput Mortuum

📋 copy color: '#512016'

red 81 ◦ green 32 ◦ blue 22

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

Shades of Caput Mortuum #512016

Tints of Caput Mortuum #512016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

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

R = 60%
G = 23.7%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#512016 (or 0x512016) is known color: Caput Mortuum. HEX triplet: 51, 20 and 16. RGB value is (81,32,22). Sum of RGB (Red+Green+Blue) = 81+32+22=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512016 is #AEDFE9. Grayscale: #2D2D2D. Windows color (decimal): -11460586 or 1450065. OLE color: 1450065.

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

Color convert

RGB 81 32 22 -
CMYK 0 0.60 0.73 0.68
HSL 10.17º 0.57% 0.2% -
HSV(B) 10.17º 0.73% 0.32% -
XYZ 4.05 2.84 1.09 -
YUV 45.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 81 32 22 0 0.60 0.73 0.68 10.17 0.57 0.2
Hex 51 20 16 0 3C 49 44 A 39 14
Octal 121 40 26 0 74 111 104 12 71 24
Binary 1010001 100000 10110 0 111100 1001001 1000100 1010 111001 10100

Color Harmonies of #512016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512016

Black with #512016

Text Example


Text Example

White with #512016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512016; }

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

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

background-color css

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

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

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

border-color css

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

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

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