Html Css Color HEX #511D0D Caput Mortuum

📋 copy color: '#511D0D'

red 81 ◦ green 29 ◦ blue 13

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

Shades of Caput Mortuum #511D0D

Tints of Caput Mortuum #511D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 65.85%
G = 23.58%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#511D0D (or 0x511D0D) is known color: Caput Mortuum. HEX triplet: 51, 1D and 0D. RGB value is (81,29,13). Sum of RGB (Red+Green+Blue) = 81+29+13=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D0D is #AEE2F2. Grayscale: #2A2A2A. Windows color (decimal): -11461363 or 859473. OLE color: 859473.

HSL color Cylindrical-coordinate representation of color #511D0D: hue angle of 14.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511D0D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 13 -
CMYK 0 0.64 0.84 0.68
HSL 14.12º 0.72% 0.18% -
HSV(B) 14.12º 0.84% 0.32% -
XYZ 3.91 2.66 0.69 -
YUV 42.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 81 29 13 0 0.64 0.84 0.68 14.12 0.72 0.18
Hex 51 1D D 0 40 54 44 E 48 12
Octal 121 35 15 0 100 124 104 16 110 22
Binary 1010001 11101 1101 0 1000000 1010100 1000100 1110 1001000 10010

Color Harmonies of #511D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D0D

Black with #511D0D

Text Example


Text Example

White with #511D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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