#532825

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

Shades of Caput Mortuum #532825

Tints of Caput Mortuum #532825

Color information

#532825 (or 0x532825) is unknown color: approx Caput Mortuum. HEX triplet: 53, 28 and 25. RGB value is (83,40,37). Sum of RGB (Red+Green+Blue) = 83+40+37=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532825 is #ACD7DA. Grayscale: #343434. Windows color (decimal): -11327451 or 2435155. OLE color: 2435155.

HSL color Cylindrical-coordinate representation of color #532825: hue angle of 3.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532825 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB834037-
CMYK00.520.550.67
HSL3.91º38.33%23.53%-
HSV(B)3.91º55.42%32.55%-
XYZ4.663.492.18-
YUV52.52119.25149.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=51.88%
G=25%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83403700.520.550.673.9138.3323.53
Hex532825034374342618
Octal12350450646710344630
Binary10100111010001001010110100110111100001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532825; }

 p { color: rgb(83,40,37); }

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

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

 a { background-color: rgb(83,40,37); }

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

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

 span { border-color: rgb(83,40,37); }

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