Html Css Color HEX #502119 Caput Mortuum

📋 copy color: '#502119'

red 80 ◦ green 33 ◦ blue 25

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

Shades of Caput Mortuum #502119

Tints of Caput Mortuum #502119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 57.97%
G = 23.91%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#502119 (or 0x502119) is known color: Caput Mortuum. HEX triplet: 50, 21 and 19. RGB value is (80,33,25). Sum of RGB (Red+Green+Blue) = 80+33+25=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502119 is #AFDEE6. Grayscale: #2E2E2E. Windows color (decimal): -11525863 or 1646928. OLE color: 1646928.

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

Color convert

RGB 80 33 25 -
CMYK 0 0.59 0.69 0.69
HSL 8.73º 0.52% 0.21% -
HSV(B) 8.73º 0.69% 0.31% -
XYZ 4.03 2.86 1.26 -
YUV 46.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 80 33 25 0 0.59 0.69 0.69 8.73 0.52 0.21
Hex 50 21 19 0 3B 45 45 9 34 15
Octal 120 41 31 0 73 105 105 11 64 25
Binary 1010000 100001 11001 0 111011 1000101 1000101 1001 110100 10101

Color Harmonies of #502119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502119

Black with #502119

Text Example


Text Example

White with #502119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502119; }

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

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

background-color css

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

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

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

border-color css

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

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

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