Html Css Color HEX #512524 Caput Mortuum

📋 copy color: '#512524'

red 81 ◦ green 37 ◦ blue 36

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

Shades of Caput Mortuum #512524

Tints of Caput Mortuum #512524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 52.6%
G = 24.03%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#512524 (or 0x512524) is known color: Caput Mortuum. HEX triplet: 51, 25 and 24. RGB value is (81,37,36). Sum of RGB (Red+Green+Blue) = 81+37+36=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512524 is #AEDADB. Grayscale: #323232. Windows color (decimal): -11459292 or 2368849. OLE color: 2368849.

HSL color Cylindrical-coordinate representation of color #512524: hue angle of 1.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512524 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 36 -
CMYK 0 0.54 0.56 0.68
HSL 1.33º 0.38% 0.23% -
HSV(B) 1.33º 0.56% 0.32% -
XYZ 4.37 3.2 2.06 -
YUV 50.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 81 37 36 0 0.54 0.56 0.68 1.33 0.38 0.23
Hex 51 25 24 0 36 38 44 1 26 17
Octal 121 45 44 0 66 70 104 1 46 27
Binary 1010001 100101 100100 0 110110 111000 1000100 1 100110 10111

Color Harmonies of #512524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512524

Black with #512524

Text Example


Text Example

White with #512524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512524; }

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

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

background-color css

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

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

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

border-color css

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

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

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