Html Css Color HEX #511B0D Caput Mortuum

📋 copy color: '#511B0D'

red 81 ◦ green 27 ◦ blue 13

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

Shades of Caput Mortuum #511B0D

Tints of Caput Mortuum #511B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.31%

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

R = 66.94%
G = 22.31%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#511B0D (or 0x511B0D) is known color: Caput Mortuum. HEX triplet: 51, 1B and 0D. RGB value is (81,27,13). Sum of RGB (Red+Green+Blue) = 81+27+13=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B0D is #AEE4F2. Grayscale: #292929. Windows color (decimal): -11461875 or 858961. OLE color: 858961.

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

Color convert

RGB 81 27 13 -
CMYK 0 0.67 0.84 0.68
HSL 12.35º 0.72% 0.18% -
HSV(B) 12.35º 0.84% 0.32% -
XYZ 3.86 2.56 0.67 -
YUV 41.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 81 27 13 0 0.67 0.84 0.68 12.35 0.72 0.18
Hex 51 1B D 0 43 54 44 C 48 12
Octal 121 33 15 0 103 124 104 14 110 22
Binary 1010001 11011 1101 0 1000011 1010100 1000100 1100 1001000 10010

Color Harmonies of #511B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B0D

Black with #511B0D

Text Example


Text Example

White with #511B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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