#50251E

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

Shades of Caput Mortuum #50251E

Tints of Caput Mortuum #50251E

Color information

#50251E (or 0x50251E) is unknown color: approx Caput Mortuum. HEX triplet: 50, 25 and 1E. RGB value is (80,37,30). Sum of RGB (Red+Green+Blue) = 80+37+30=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50251E is #AFDAE1. Grayscale: #313131. Windows color (decimal): -11524834 or 1975632. OLE color: 1975632.

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

Color convert

RGB803730-
CMYK00.540.620.69
HSL8.4º45.45%21.57%-
HSV(B)8.4º62.5%31.37%-
XYZ4.23.121.61-
YUV49.06117.25150.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=54.42%
G=25.17%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80373000.540.620.698.445.4521.57
Hex50251E0363E4582d16
Octal120453606676105105526
Binary10100001001011111001101101111101000101100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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