#50281F

Color #50281F Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #50281F

Tints of Caput Mortuum #50281F

Color information

#50281F (or 0x50281F) is unknown color: approx Caput Mortuum. HEX triplet: 50, 28 and 1F. RGB value is (80,40,31). Sum of RGB (Red+Green+Blue) = 80+40+31=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50281F is #AFD7E0. Grayscale: #333333. Windows color (decimal): -11524065 or 2041936. OLE color: 2041936.

HSL color Cylindrical-coordinate representation of color #50281F: hue angle of 11.02º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50281F is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB804031-
CMYK00.50.610.69
HSL11.02º44.14%21.76%-
HSV(B)11.02º61.25%31.37%-
XYZ4.313.321.71-
YUV50.93116.75148.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=52.98%
G=26.49%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80403100.50.610.6911.0244.1421.76
Hex50281F0323D45b2c16
Octal120503706275105135426
Binary10100001010001111101100101111011000101101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50281F; }

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

 H1.HeaderClassName
 {
   color: #50281F;
 }
 .AnyTagClassName
 {
   color: #50281F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #50281F;
 }
 .BgClassName
 {
   background-color: #50281F;
 }
</style>
border-color css

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

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

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