Html Css Color HEX #502016 Caput Mortuum

📋 copy color: '#502016'

red 80 ◦ green 32 ◦ blue 22

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

Shades of Caput Mortuum #502016

Tints of Caput Mortuum #502016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 59.7%
G = 23.88%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#502016 (or 0x502016) is known color: Caput Mortuum. HEX triplet: 50, 20 and 16. RGB value is (80,32,22). Sum of RGB (Red+Green+Blue) = 80+32+22=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502016 is #AFDFE9. Grayscale: #2D2D2D. Windows color (decimal): -11526122 or 1450064. OLE color: 1450064.

HSL color Cylindrical-coordinate representation of color #502016: hue angle of 10.34º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502016 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 22 -
CMYK 0 0.60 0.72 0.69
HSL 10.34º 0.57% 0.2% -
HSV(B) 10.34º 0.73% 0.31% -
XYZ 3.97 2.8 1.09 -
YUV 45.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 80 32 22 0 0.60 0.72 0.69 10.34 0.57 0.2
Hex 50 20 16 0 3C 48 45 A 39 14
Octal 120 40 26 0 74 110 105 12 71 24
Binary 1010000 100000 10110 0 111100 1001000 1000101 1010 111001 10100

Color Harmonies of #502016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502016

Black with #502016

Text Example


Text Example

White with #502016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502016; }

 p { color: rgb(80,32,22); }

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

background-color css

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

 a { background-color: rgb(80,32,22); }

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

border-color css

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

 span { border-color: rgb(80,32,22); }

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