#532719

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

Shades of Caput Mortuum #532719

Tints of Caput Mortuum #532719

Color information

#532719 (or 0x532719) is unknown color: approx Caput Mortuum. HEX triplet: 53, 27 and 19. RGB value is (83,39,25). Sum of RGB (Red+Green+Blue) = 83+39+25=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532719 is #ACD8E6. Grayscale: #323232. Windows color (decimal): -11327719 or 1648467. OLE color: 1648467.

HSL color Cylindrical-coordinate representation of color #532719: hue angle of 14.48º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532719 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB833925-
CMYK00.530.700.67
HSL14.48º53.7%21.18%-
HSV(B)14.48º69.88%32.55%-
XYZ4.473.361.33-
YUV50.56113.58151.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=56.46%
G=26.53%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83392500.530.700.6714.4853.721.18
Hex5327190354643e3615
Octal1234731065106103166625
Binary101001110011111001011010110001101000011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532719; }

 p { color: rgb(83,39,25); }

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

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

 a { background-color: rgb(83,39,25); }

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

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

 span { border-color: rgb(83,39,25); }

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