#532C25

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

Shades of Caput Mortuum #532C25

Tints of Caput Mortuum #532C25

Color information

#532C25 (or 0x532C25) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2C and 25. RGB value is (83,44,37). Sum of RGB (Red+Green+Blue) = 83+44+37=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C25 is #ACD3DA. Grayscale: #363636. Windows color (decimal): -11326427 or 2436179. OLE color: 2436179.

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

Color convert

RGB834437-
CMYK00.470.550.67
HSL9.13º38.33%23.53%-
HSV(B)9.13º55.42%32.55%-
XYZ4.83.772.23-
YUV54.86117.92148.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=50.61%
G=26.83%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83443700.470.550.679.1338.3323.53
Hex532C2502F374392618
Octal123544505767103114630
Binary101001110110010010101011111101111000011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C25; }

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

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

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

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

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

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

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

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