Html Css Color HEX #50190D Caput Mortuum

📋 copy color: '#50190D'

red 80 ◦ green 25 ◦ blue 13

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

Shades of Caput Mortuum #50190D

Tints of Caput Mortuum #50190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.19%

 BLUE value IS 13 (5.47% from 255) = 11.02%

R = 67.8%
G = 21.19%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50190D (or 0x50190D) is known color: Caput Mortuum. HEX triplet: 50, 19 and 0D. RGB value is (80,25,13). Sum of RGB (Red+Green+Blue) = 80+25+13=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #50190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50190D is #AFE6F2. Grayscale: #282828. Windows color (decimal): -11527923 or 858448. OLE color: 858448.

HSL color Cylindrical-coordinate representation of color #50190D: hue angle of 10.75º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50190D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 13 -
CMYK 0 0.69 0.84 0.69
HSL 10.75º 0.72% 0.18% -
HSV(B) 10.75º 0.84% 0.31% -
XYZ 3.73 2.43 0.65 -
YUV 40.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 80 25 13 0 0.69 0.84 0.69 10.75 0.72 0.18
Hex 50 19 D 0 45 54 45 B 48 12
Octal 120 31 15 0 105 124 105 13 110 22
Binary 1010000 11001 1101 0 1000101 1010100 1000101 1011 1001000 10010

Color Harmonies of #50190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50190D

Black with #50190D

Text Example


Text Example

White with #50190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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