#502619

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

Shades of Caput Mortuum #502619

Tints of Caput Mortuum #502619

Color information

#502619 (or 0x502619) is unknown color: approx Caput Mortuum. HEX triplet: 50, 26 and 19. RGB value is (80,38,25). Sum of RGB (Red+Green+Blue) = 80+38+25=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502619 is #AFD9E6. Grayscale: #313131. Windows color (decimal): -11524583 or 1648208. OLE color: 1648208.

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

Color convert

RGB803825-
CMYK00.520.690.69
HSL14.18º52.38%20.59%-
HSV(B)14.18º68.75%31.37%-
XYZ4.183.161.31-
YUV49.08114.41150.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=55.94%
G=26.57%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80382500.520.690.6914.1852.3820.59
Hex5026190344545e3415
Octal1204631064105105166425
Binary101000010011011001011010010001011000101111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502619; }

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

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

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

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

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

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

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

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