#50271C

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

Shades of Caput Mortuum #50271C

Tints of Caput Mortuum #50271C

Color information

#50271C (or 0x50271C) is unknown color: approx Caput Mortuum. HEX triplet: 50, 27 and 1C. RGB value is (80,39,28). Sum of RGB (Red+Green+Blue) = 80+39+28=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50271C is #AFD8E3. Grayscale: #323232. Windows color (decimal): -11524324 or 1845072. OLE color: 1845072.

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

Color convert

RGB803928-
CMYK00.510.650.69
HSL12.69º48.15%21.18%-
HSV(B)12.69º65%31.37%-
XYZ4.243.241.5-
YUV50115.58149.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=54.42%
G=26.53%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80392800.510.650.6912.6948.1521.18
Hex50271C0334145d3015
Octal1204734063101105156025
Binary101000010011111100011001110000011000101110111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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