Html Css Color HEX #511D17 Caput Mortuum

📋 copy color: '#511D17'

red 81 ◦ green 29 ◦ blue 23

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

Shades of Caput Mortuum #511D17

Tints of Caput Mortuum #511D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.29%

R = 60.9%
G = 21.8%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#511D17 (or 0x511D17) is known color: Caput Mortuum. HEX triplet: 51, 1D and 17. RGB value is (81,29,23). Sum of RGB (Red+Green+Blue) = 81+29+23=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D17 is #AEE2E8. Grayscale: #2B2B2B. Windows color (decimal): -11461353 or 1514833. OLE color: 1514833.

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

Color convert

RGB 81 29 23 -
CMYK 0 0.64 0.72 0.68
HSL 6.21º 0.56% 0.2% -
HSV(B) 6.21º 0.72% 0.32% -
XYZ 3.99 2.69 1.12 -
YUV 43.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 81 29 23 0 0.64 0.72 0.68 6.21 0.56 0.2
Hex 51 1D 17 0 40 48 44 6 38 14
Octal 121 35 27 0 100 110 104 6 70 24
Binary 1010001 11101 10111 0 1000000 1001000 1000100 110 111000 10100

Color Harmonies of #511D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D17

Black with #511D17

Text Example


Text Example

White with #511D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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