Html Css Color HEX #502115 Caput Mortuum

📋 copy color: '#502115'

red 80 ◦ green 33 ◦ blue 21

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

Shades of Caput Mortuum #502115

Tints of Caput Mortuum #502115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 59.7%
G = 24.63%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#502115 (or 0x502115) is known color: Caput Mortuum. HEX triplet: 50, 21 and 15. RGB value is (80,33,21). Sum of RGB (Red+Green+Blue) = 80+33+21=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502115 is #AFDEEA. Grayscale: #2D2D2D. Windows color (decimal): -11525867 or 1384784. OLE color: 1384784.

HSL color Cylindrical-coordinate representation of color #502115: hue angle of 12.2º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502115 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 21 -
CMYK 0 0.59 0.74 0.69
HSL 12.2º 0.58% 0.2% -
HSV(B) 12.2º 0.74% 0.31% -
XYZ 3.99 2.85 1.05 -
YUV 45.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 80 33 21 0 0.59 0.74 0.69 12.2 0.58 0.2
Hex 50 21 15 0 3B 4A 45 C 3A 14
Octal 120 41 25 0 73 112 105 14 72 24
Binary 1010000 100001 10101 0 111011 1001010 1000101 1100 111010 10100

Color Harmonies of #502115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502115

Black with #502115

Text Example


Text Example

White with #502115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502115; }

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

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

background-color css

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

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

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

border-color css

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

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

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