Html Css Color HEX #502010 Caput Mortuum

📋 copy color: '#502010'

red 80 ◦ green 32 ◦ blue 16

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

Shades of Caput Mortuum #502010

Tints of Caput Mortuum #502010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#502010 (or 0x502010) is known color: Caput Mortuum. HEX triplet: 50, 20 and 10. RGB value is (80,32,16). Sum of RGB (Red+Green+Blue) = 80+32+16=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #502010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502010 is #AFDFEF. Grayscale: #2C2C2C. Windows color (decimal): -11526128 or 1056848. OLE color: 1056848.

HSL color Cylindrical-coordinate representation of color #502010: hue angle of 15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502010 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 16 -
CMYK 0 0.60 0.80 0.69
HSL 15º 0.67% 0.19% -
HSV(B) 15º 0.8% 0.31% -
XYZ 3.92 2.78 0.82 -
YUV 44.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 80 32 16 0 0.60 0.80 0.69 15 0.67 0.19
Hex 50 20 10 0 3C 50 45 F 43 13
Octal 120 40 20 0 74 120 105 17 103 23
Binary 1010000 100000 10000 0 111100 1010000 1000101 1111 1000011 10011

Color Harmonies of #502010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502010

Black with #502010

Text Example


Text Example

White with #502010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502010; }

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

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

background-color css

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

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

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

border-color css

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

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

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