Html Css Color HEX #502524 Caput Mortuum

📋 copy color: '#502524'

red 80 ◦ green 37 ◦ blue 36

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

Shades of Caput Mortuum #502524

Tints of Caput Mortuum #502524

RGB

 RED value IS 80 (31.64% from 255) = 52.29%

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

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

R = 52.29%
G = 24.18%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#502524 (or 0x502524) is known color: Caput Mortuum. HEX triplet: 50, 25 and 24. RGB value is (80,37,36). Sum of RGB (Red+Green+Blue) = 80+37+36=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502524 is #AFDADB. Grayscale: #313131. Windows color (decimal): -11524828 or 2368848. OLE color: 2368848.

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

Color convert

RGB 80 37 36 -
CMYK 0 0.54 0.55 0.69
HSL 1.36º 0.38% 0.23% -
HSV(B) 1.36º 0.55% 0.31% -
XYZ 4.29 3.16 2.05 -
YUV 49.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 80 37 36 0 0.54 0.55 0.69 1.36 0.38 0.23
Hex 50 25 24 0 36 37 45 1 26 17
Octal 120 45 44 0 66 67 105 1 46 27
Binary 1010000 100101 100100 0 110110 110111 1000101 1 100110 10111

Color Harmonies of #502524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502524

Black with #502524

Text Example


Text Example

White with #502524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502524; }

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

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

background-color css

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

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

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

border-color css

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

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

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