Html Css Color HEX #512620 Caput Mortuum

📋 copy color: '#512620'

red 81 ◦ green 38 ◦ blue 32

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

Shades of Caput Mortuum #512620

Tints of Caput Mortuum #512620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 53.64%
G = 25.17%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#512620 (or 0x512620) is known color: Caput Mortuum. HEX triplet: 51, 26 and 20. RGB value is (81,38,32). Sum of RGB (Red+Green+Blue) = 81+38+32=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512620 is #AED9DF. Grayscale: #323232. Windows color (decimal): -11459040 or 2106961. OLE color: 2106961.

HSL color Cylindrical-coordinate representation of color #512620: hue angle of 7.35º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512620 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 38 32 -
CMYK 0 0.53 0.60 0.68
HSL 7.35º 0.43% 0.22% -
HSV(B) 7.35º 0.6% 0.32% -
XYZ 4.35 3.24 1.76 -
YUV 50.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 81 38 32 0 0.53 0.60 0.68 7.35 0.43 0.22
Hex 51 26 20 0 35 3C 44 7 2B 16
Octal 121 46 40 0 65 74 104 7 53 26
Binary 1010001 100110 100000 0 110101 111100 1000100 111 101011 10110

Color Harmonies of #512620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512620

Black with #512620

Text Example


Text Example

White with #512620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512620; }

 p { color: rgb(81,38,32); }

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

background-color css

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

 a { background-color: rgb(81,38,32); }

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

border-color css

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

 span { border-color: rgb(81,38,32); }

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