Html Css Color HEX #502116 Caput Mortuum

📋 copy color: '#502116'

red 80 ◦ green 33 ◦ blue 22

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

Shades of Caput Mortuum #502116

Tints of Caput Mortuum #502116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 59.26%
G = 24.44%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#502116 (or 0x502116) is known color: Caput Mortuum. HEX triplet: 50, 21 and 16. RGB value is (80,33,22). Sum of RGB (Red+Green+Blue) = 80+33+22=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502116 is #AFDEE9. Grayscale: #2D2D2D. Windows color (decimal): -11525866 or 1450320. OLE color: 1450320.

HSL color Cylindrical-coordinate representation of color #502116: hue angle of 11.38º 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 #502116 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 22 -
CMYK 0 0.59 0.72 0.69
HSL 11.38º 0.57% 0.2% -
HSV(B) 11.38º 0.73% 0.31% -
XYZ 4 2.85 1.1 -
YUV 45.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 80 33 22 0 0.59 0.72 0.69 11.38 0.57 0.2
Hex 50 21 16 0 3B 48 45 B 39 14
Octal 120 41 26 0 73 110 105 13 71 24
Binary 1010000 100001 10110 0 111011 1001000 1000101 1011 111001 10100

Color Harmonies of #502116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502116

Black with #502116

Text Example


Text Example

White with #502116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502116; }

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

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

background-color css

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

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

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

border-color css

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

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

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