#50271E

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

Shades of Caput Mortuum #50271E

Tints of Caput Mortuum #50271E

Color information

#50271E (or 0x50271E) is unknown color: approx Caput Mortuum. HEX triplet: 50, 27 and 1E. RGB value is (80,39,30). Sum of RGB (Red+Green+Blue) = 80+39+30=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50271E is #AFD8E1. Grayscale: #323232. Windows color (decimal): -11524322 or 1976144. OLE color: 1976144.

HSL color Cylindrical-coordinate representation of color #50271E: hue angle of 10.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50271E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB803930-
CMYK00.510.620.69
HSL10.8º45.45%21.57%-
HSV(B)10.8º62.5%31.37%-
XYZ4.273.251.63-
YUV50.23116.58149.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=53.69%
G=26.17%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80393000.510.620.6910.845.4521.57
Hex50271E0333E45b2d16
Octal120473606376105135526
Binary10100001001111111001100111111101000101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50271E; }

 p { color: rgb(80,39,30); }

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

<style>
 a { background-color: #50271E; }

 a { background-color: rgb(80,39,30); }

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

<style>
 span { border-color: #50271E; }

 span { border-color: rgb(80,39,30); }

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