#50201A

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

Shades of Caput Mortuum #50201A

Tints of Caput Mortuum #50201A

Color information

#50201A (or 0x50201A) is unknown color: approx Caput Mortuum. HEX triplet: 50, 20 and 1A. RGB value is (80,32,26). Sum of RGB (Red+Green+Blue) = 80+32+26=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #50201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50201A is #AFDFE5. Grayscale: #2D2D2D. Windows color (decimal): -11526118 or 1712208. OLE color: 1712208.

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

Color convert

RGB803226-
CMYK00.600.670.69
HSL6.67º50.94%20.78%-
HSV(B)6.67º67.5%31.37%-
XYZ4.012.811.31-
YUV45.67116.9152.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=57.97%
G=23.19%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80322600.600.670.696.6750.9420.78
Hex50201A03C434573315
Octal120403207410310576325
Binary10100001000001101001111001000011100010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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