Html Css Color HEX #511D16 Caput Mortuum

📋 copy color: '#511D16'

red 81 ◦ green 29 ◦ blue 22

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

Shades of Caput Mortuum #511D16

Tints of Caput Mortuum #511D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

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

R = 61.36%
G = 21.97%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#511D16 (or 0x511D16) is known color: Caput Mortuum. HEX triplet: 51, 1D and 16. RGB value is (81,29,22). Sum of RGB (Red+Green+Blue) = 81+29+22=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D16 is #AEE2E9. Grayscale: #2B2B2B. Windows color (decimal): -11461354 or 1449297. OLE color: 1449297.

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

Color convert

RGB 81 29 22 -
CMYK 0 0.64 0.73 0.68
HSL 7.12º 0.57% 0.2% -
HSV(B) 7.12º 0.73% 0.32% -
XYZ 3.98 2.69 1.07 -
YUV 43.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 81 29 22 0 0.64 0.73 0.68 7.12 0.57 0.2
Hex 51 1D 16 0 40 49 44 7 39 14
Octal 121 35 26 0 100 111 104 7 71 24
Binary 1010001 11101 10110 0 1000000 1001001 1000100 111 111001 10100

Color Harmonies of #511D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D16

Black with #511D16

Text Example


Text Example

White with #511D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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