Html Css Color HEX #501F19 Caput Mortuum

📋 copy color: '#501F19'

red 80 ◦ green 31 ◦ blue 25

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

Shades of Caput Mortuum #501F19

Tints of Caput Mortuum #501F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

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

R = 58.82%
G = 22.79%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501F19 (or 0x501F19) is known color: Caput Mortuum. HEX triplet: 50, 1F and 19. RGB value is (80,31,25). Sum of RGB (Red+Green+Blue) = 80+31+25=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F19 is #AFE0E6. Grayscale: #2D2D2D. Windows color (decimal): -11526375 or 1646416. OLE color: 1646416.

HSL color Cylindrical-coordinate representation of color #501F19: hue angle of 6.55º 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 #501F19 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 25 -
CMYK 0 0.61 0.69 0.69
HSL 6.55º 0.52% 0.21% -
HSV(B) 6.55º 0.69% 0.31% -
XYZ 3.97 2.76 1.24 -
YUV 44.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 80 31 25 0 0.61 0.69 0.69 6.55 0.52 0.21
Hex 50 1F 19 0 3D 45 45 7 34 15
Octal 120 37 31 0 75 105 105 7 64 25
Binary 1010000 11111 11001 0 111101 1000101 1000101 111 110100 10101

Color Harmonies of #501F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F19

Black with #501F19

Text Example


Text Example

White with #501F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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