Html Css Color HEX #502113 Caput Mortuum

📋 copy color: '#502113'

red 80 ◦ green 33 ◦ blue 19

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

Shades of Caput Mortuum #502113

Tints of Caput Mortuum #502113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 60.61%
G = 25%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502113 (or 0x502113) is known color: Caput Mortuum. HEX triplet: 50, 21 and 13. RGB value is (80,33,19). Sum of RGB (Red+Green+Blue) = 80+33+19=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #502113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502113 is #AFDEEC. Grayscale: #2D2D2D. Windows color (decimal): -11525869 or 1253712. OLE color: 1253712.

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

Color convert

RGB 80 33 19 -
CMYK 0 0.59 0.76 0.69
HSL 13.77º 0.62% 0.19% -
HSV(B) 13.77º 0.76% 0.31% -
XYZ 3.97 2.84 0.96 -
YUV 45.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 80 33 19 0 0.59 0.76 0.69 13.77 0.62 0.19
Hex 50 21 13 0 3B 4C 45 E 3E 13
Octal 120 41 23 0 73 114 105 16 76 23
Binary 1010000 100001 10011 0 111011 1001100 1000101 1110 111110 10011

Color Harmonies of #502113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502113

Black with #502113

Text Example


Text Example

White with #502113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502113; }

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

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

background-color css

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

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

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

border-color css

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

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

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