#532725

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

Shades of Caput Mortuum #532725

Tints of Caput Mortuum #532725

Color information

#532725 (or 0x532725) is unknown color: approx Caput Mortuum. HEX triplet: 53, 27 and 25. RGB value is (83,39,37). Sum of RGB (Red+Green+Blue) = 83+39+37=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #532725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532725 is #ACD8DA. Grayscale: #333333. Windows color (decimal): -11327707 or 2434899. OLE color: 2434899.

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

Color convert

RGB833937-
CMYK00.530.550.67
HSL2.61º38.33%23.53%-
HSV(B)2.61º55.42%32.55%-
XYZ4.633.422.17-
YUV51.93119.58150.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=52.20%
G=24.53%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83393700.530.550.672.6138.3323.53
Hex532725035374332618
Octal12347450656710334630
Binary1010011100111100101011010111011110000111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532725; }

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

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

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

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

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

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

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

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