#50231A

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

Shades of Caput Mortuum #50231A

Tints of Caput Mortuum #50231A

Color information

#50231A (or 0x50231A) is unknown color: approx Caput Mortuum. HEX triplet: 50, 23 and 1A. RGB value is (80,35,26). Sum of RGB (Red+Green+Blue) = 80+35+26=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50231A is #AFDCE5. Grayscale: #2F2F2F. Windows color (decimal): -11525350 or 1712976. OLE color: 1712976.

HSL color Cylindrical-coordinate representation of color #50231A: hue angle of 10º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50231A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB803526-
CMYK00.560.670.69
HSL10º50.94%20.78%-
HSV(B)10º67.5%31.37%-
XYZ4.12.981.34-
YUV47.43115.91151.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=56.74%
G=24.82%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80352600.560.670.691050.9420.78
Hex50231A0384345a3315
Octal1204332070103105126325
Binary101000010001111010011100010000111000101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50231A; }

 p { color: rgb(80,35,26); }

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

<style>
 a { background-color: #50231A; }

 a { background-color: rgb(80,35,26); }

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

<style>
 span { border-color: #50231A; }

 span { border-color: rgb(80,35,26); }

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