#532419

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

Shades of Caput Mortuum #532419

Tints of Caput Mortuum #532419

Color information

#532419 (or 0x532419) is unknown color: approx Caput Mortuum. HEX triplet: 53, 24 and 19. RGB value is (83,36,25). Sum of RGB (Red+Green+Blue) = 83+36+25=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #532419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532419 is #ACDBE6. Grayscale: #303030. Windows color (decimal): -11328487 or 1647699. OLE color: 1647699.

HSL color Cylindrical-coordinate representation of color #532419: hue angle of 11.38º 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 #532419 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB833625-
CMYK00.570.700.67
HSL11.38º53.7%21.18%-
HSV(B)11.38º69.88%32.55%-
XYZ4.373.171.3-
YUV48.8114.57152.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=57.64%
G=25%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83362500.570.700.6711.3853.721.18
Hex5324190394643b3615
Octal1234431071106103136625
Binary101001110010011001011100110001101000011101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532419; }

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

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

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

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

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

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

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

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