Html Css Color HEX #502117 Caput Mortuum

📋 copy color: '#502117'

red 80 ◦ green 33 ◦ blue 23

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

Shades of Caput Mortuum #502117

Tints of Caput Mortuum #502117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 58.82%
G = 24.26%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#502117 (or 0x502117) is known color: Caput Mortuum. HEX triplet: 50, 21 and 17. RGB value is (80,33,23). Sum of RGB (Red+Green+Blue) = 80+33+23=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502117 is #AFDEE8. Grayscale: #2E2E2E. Windows color (decimal): -11525865 or 1515856. OLE color: 1515856.

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

Color convert

RGB 80 33 23 -
CMYK 0 0.59 0.71 0.69
HSL 10.53º 0.55% 0.2% -
HSV(B) 10.53º 0.71% 0.31% -
XYZ 4.01 2.86 1.15 -
YUV 45.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 80 33 23 0 0.59 0.71 0.69 10.53 0.55 0.2
Hex 50 21 17 0 3B 47 45 B 37 14
Octal 120 41 27 0 73 107 105 13 67 24
Binary 1010000 100001 10111 0 111011 1000111 1000101 1011 110111 10100

Color Harmonies of #502117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502117

Black with #502117

Text Example


Text Example

White with #502117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502117; }

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

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

background-color css

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

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

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

border-color css

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

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

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