Html Css Color HEX #511D0F Caput Mortuum

📋 copy color: '#511D0F'

red 81 ◦ green 29 ◦ blue 15

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

Shades of Caput Mortuum #511D0F

Tints of Caput Mortuum #511D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12%

R = 64.8%
G = 23.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#511D0F (or 0x511D0F) is known color: Caput Mortuum. HEX triplet: 51, 1D and 0F. RGB value is (81,29,15). Sum of RGB (Red+Green+Blue) = 81+29+15=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D0F is #AEE2F0. Grayscale: #2B2B2B. Windows color (decimal): -11461361 or 990545. OLE color: 990545.

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

Color convert

RGB 81 29 15 -
CMYK 0 0.64 0.81 0.68
HSL 12.73º 0.69% 0.19% -
HSV(B) 12.73º 0.81% 0.32% -
XYZ 3.92 2.66 0.76 -
YUV 42.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 81 29 15 0 0.64 0.81 0.68 12.73 0.69 0.19
Hex 51 1D F 0 40 51 44 D 45 13
Octal 121 35 17 0 100 121 104 15 105 23
Binary 1010001 11101 1111 0 1000000 1010001 1000100 1101 1000101 10011

Color Harmonies of #511D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D0F

Black with #511D0F

Text Example


Text Example

White with #511D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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