#50241E

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

Shades of Caput Mortuum #50241E

Tints of Caput Mortuum #50241E

Color information

#50241E (or 0x50241E) is unknown color: approx Caput Mortuum. HEX triplet: 50, 24 and 1E. RGB value is (80,36,30). Sum of RGB (Red+Green+Blue) = 80+36+30=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50241E is #AFDBE1. Grayscale: #303030. Windows color (decimal): -11525090 or 1975376. OLE color: 1975376.

HSL color Cylindrical-coordinate representation of color #50241E: hue angle of 7.2º 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 #50241E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB803630-
CMYK00.550.620.69
HSL7.2º45.45%21.57%-
HSV(B)7.2º62.5%31.37%-
XYZ4.173.061.6-
YUV48.47117.58150.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=54.79%
G=24.66%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80363000.550.620.697.245.4521.57
Hex50241E0373E4572d16
Octal12044360677610575526
Binary1010000100100111100110111111110100010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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