#532525

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

Shades of Caput Mortuum #532525

Tints of Caput Mortuum #532525

Color information

#532525 (or 0x532525) is unknown color: approx Caput Mortuum. HEX triplet: 53, 25 and 25. RGB value is (83,37,37). Sum of RGB (Red+Green+Blue) = 83+37+37=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532525 is #ACDADA. Grayscale: #323232. Windows color (decimal): -11328219 or 2434387. OLE color: 2434387.

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

Color convert

RGB833737-
CMYK00.550.550.67
HSL38.33%23.53%-
HSV(B)55.42%32.55%-
XYZ4.563.32.15-
YUV50.75120.24151-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=52.87%
G=23.57%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83373700.550.550.67038.3323.53
Hex532525037374302618
Octal12345450676710304630
Binary101001110010110010101101111101111000011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532525; }

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

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

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

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

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

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

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

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