#50231B

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

Shades of Caput Mortuum #50231B

Tints of Caput Mortuum #50231B

Color information

#50231B (or 0x50231B) is unknown color: approx Caput Mortuum. HEX triplet: 50, 23 and 1B. RGB value is (80,35,27). Sum of RGB (Red+Green+Blue) = 80+35+27=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50231B is #AFDCE4. Grayscale: #2F2F2F. Windows color (decimal): -11525349 or 1778512. OLE color: 1778512.

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

Color convert

RGB803527-
CMYK00.560.660.69
HSL9.06º49.53%20.98%-
HSV(B)9.06º66.25%31.37%-
XYZ4.112.991.4-
YUV47.54116.41151.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=56.34%
G=24.65%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80352700.560.660.699.0649.5320.98
Hex50231B038424593215
Octal1204333070102105116225
Binary101000010001111011011100010000101000101100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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