#50261C

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

Shades of Caput Mortuum #50261C

Tints of Caput Mortuum #50261C

Color information

#50261C (or 0x50261C) is unknown color: approx Caput Mortuum. HEX triplet: 50, 26 and 1C. RGB value is (80,38,28). Sum of RGB (Red+Green+Blue) = 80+38+28=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50261C is #AFD9E3. Grayscale: #313131. Windows color (decimal): -11524580 or 1844816. OLE color: 1844816.

HSL color Cylindrical-coordinate representation of color #50261C: hue angle of 11.54º 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 #50261C is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB803828-
CMYK00.520.650.69
HSL11.54º48.15%21.18%-
HSV(B)11.54º65%31.37%-
XYZ4.213.181.49-
YUV49.42115.91149.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=54.79%
G=26.03%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80382800.520.650.6911.5448.1521.18
Hex50261C0344145c3015
Octal1204634064101105146025
Binary101000010011011100011010010000011000101110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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