Html Css Color HEX #501F16 Caput Mortuum

📋 copy color: '#501F16'

red 80 ◦ green 31 ◦ blue 22

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

Shades of Caput Mortuum #501F16

Tints of Caput Mortuum #501F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.54%

R = 60.15%
G = 23.31%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#501F16 (or 0x501F16) is known color: Caput Mortuum. HEX triplet: 50, 1F and 16. RGB value is (80,31,22). Sum of RGB (Red+Green+Blue) = 80+31+22=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501F16 is #AFE0E9. Grayscale: #2C2C2C. Windows color (decimal): -11526378 or 1449808. OLE color: 1449808.

HSL color Cylindrical-coordinate representation of color #501F16: hue angle of 9.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501F16 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 22 -
CMYK 0 0.61 0.72 0.69
HSL 9.31º 0.57% 0.2% -
HSV(B) 9.31º 0.73% 0.31% -
XYZ 3.94 2.74 1.08 -
YUV 44.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 80 31 22 0 0.61 0.72 0.69 9.31 0.57 0.2
Hex 50 1F 16 0 3D 48 45 9 39 14
Octal 120 37 26 0 75 110 105 11 71 24
Binary 1010000 11111 10110 0 111101 1001000 1000101 1001 111001 10100

Color Harmonies of #501F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F16

Black with #501F16

Text Example


Text Example

White with #501F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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