#502119

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

Shades of Caput Mortuum #502119

Tints of Caput Mortuum #502119

Color information

#502119 (or 0x502119) is unknown color: approx Caput Mortuum. HEX triplet: 50, 21 and 19. RGB value is (80,33,25). Sum of RGB (Red+Green+Blue) = 80+33+25=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502119 is #AFDEE6. Grayscale: #2E2E2E. Windows color (decimal): -11525863 or 1646928. OLE color: 1646928.

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

Color convert

RGB803325-
CMYK00.590.690.69
HSL8.73º52.38%20.59%-
HSV(B)8.73º68.75%31.37%-
XYZ4.032.861.26-
YUV46.14116.07152.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=57.97%
G=23.91%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80332500.590.690.698.7352.3820.59
Hex50211903B454593415
Octal1204131073105105116425
Binary101000010000111001011101110001011000101100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502119; }

 p { color: rgb(80,33,25); }

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

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

 a { background-color: rgb(80,33,25); }

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

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

 span { border-color: rgb(80,33,25); }

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