Html Css Color HEX #501A0F Caput Mortuum

📋 copy color: '#501A0F'

red 80 ◦ green 26 ◦ blue 15

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

Shades of Caput Mortuum #501A0F

Tints of Caput Mortuum #501A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.49%

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 66.12%
G = 21.49%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#501A0F (or 0x501A0F) is known color: Caput Mortuum. HEX triplet: 50, 1A and 0F. RGB value is (80,26,15). Sum of RGB (Red+Green+Blue) = 80+26+15=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A0F is #AFE5F0. Grayscale: #282828. Windows color (decimal): -11527665 or 989776. OLE color: 989776.

HSL color Cylindrical-coordinate representation of color #501A0F: hue angle of 10.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501A0F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 15 -
CMYK 0 0.67 0.81 0.69
HSL 10.15º 0.68% 0.19% -
HSV(B) 10.15º 0.81% 0.31% -
XYZ 3.76 2.48 0.73 -
YUV 40.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 80 26 15 0 0.67 0.81 0.69 10.15 0.68 0.19
Hex 50 1A F 0 43 51 45 A 44 13
Octal 120 32 17 0 103 121 105 12 104 23
Binary 1010000 11010 1111 0 1000011 1010001 1000101 1010 1000100 10011

Color Harmonies of #501A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A0F

Black with #501A0F

Text Example


Text Example

White with #501A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,15); }

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

background-color css

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

 a { background-color: rgb(80,26,15); }

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

border-color css

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

 span { border-color: rgb(80,26,15); }

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