Html Css Color HEX #512420 Caput Mortuum

📋 copy color: '#512420'

red 81 ◦ green 36 ◦ blue 32

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

Shades of Caput Mortuum #512420

Tints of Caput Mortuum #512420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

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

R = 54.36%
G = 24.16%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#512420 (or 0x512420) is known color: Caput Mortuum. HEX triplet: 51, 24 and 20. RGB value is (81,36,32). Sum of RGB (Red+Green+Blue) = 81+36+32=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #512420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512420 is #AEDBDF. Grayscale: #313131. Windows color (decimal): -11459552 or 2106449. OLE color: 2106449.

HSL color Cylindrical-coordinate representation of color #512420: hue angle of 4.9º 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 #512420 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 32 -
CMYK 0 0.56 0.60 0.68
HSL 4.9º 0.43% 0.22% -
HSV(B) 4.9º 0.6% 0.32% -
XYZ 4.28 3.12 1.74 -
YUV 49 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 81 36 32 0 0.56 0.60 0.68 4.9 0.43 0.22
Hex 51 24 20 0 38 3C 44 5 2B 16
Octal 121 44 40 0 70 74 104 5 53 26
Binary 1010001 100100 100000 0 111000 111100 1000100 101 101011 10110

Color Harmonies of #512420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512420

Black with #512420

Text Example


Text Example

White with #512420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512420; }

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

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

background-color css

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

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

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

border-color css

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

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

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