#50201C

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

Shades of Caput Mortuum #50201C

Tints of Caput Mortuum #50201C

Color information

#50201C (or 0x50201C) is unknown color: approx Caput Mortuum. HEX triplet: 50, 20 and 1C. RGB value is (80,32,28). Sum of RGB (Red+Green+Blue) = 80+32+28=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50201C is #AFDFE3. Grayscale: #2D2D2D. Windows color (decimal): -11526116 or 1843280. OLE color: 1843280.

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

Color convert

RGB803228-
CMYK00.600.650.69
HSL4.62º48.15%21.18%-
HSV(B)4.62º65%31.37%-
XYZ4.032.821.43-
YUV45.9117.9152.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 28 (11.33% from 255) = 20%
R=57.14%
G=22.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80322800.600.650.694.6248.1521.18
Hex50201C03C414553015
Octal120403407410110556025
Binary10100001000001110001111001000001100010110111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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