Html Css Color HEX #502111 Caput Mortuum

📋 copy color: '#502111'

red 80 ◦ green 33 ◦ blue 17

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

Shades of Caput Mortuum #502111

Tints of Caput Mortuum #502111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 61.54%
G = 25.38%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#502111 (or 0x502111) is known color: Caput Mortuum. HEX triplet: 50, 21 and 11. RGB value is (80,33,17). Sum of RGB (Red+Green+Blue) = 80+33+17=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #502111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502111 is #AFDEEE. Grayscale: #2D2D2D. Windows color (decimal): -11525871 or 1122640. OLE color: 1122640.

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

Color convert

RGB 80 33 17 -
CMYK 0 0.59 0.79 0.69
HSL 15.24º 0.65% 0.19% -
HSV(B) 15.24º 0.79% 0.31% -
XYZ 3.95 2.83 0.87 -
YUV 45.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 80 33 17 0 0.59 0.79 0.69 15.24 0.65 0.19
Hex 50 21 11 0 3B 4F 45 F 41 13
Octal 120 41 21 0 73 117 105 17 101 23
Binary 1010000 100001 10001 0 111011 1001111 1000101 1111 1000001 10011

Color Harmonies of #502111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502111

Black with #502111

Text Example


Text Example

White with #502111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502111; }

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

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

background-color css

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

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

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

border-color css

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

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

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