#532925

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

Shades of Caput Mortuum #532925

Tints of Caput Mortuum #532925

Color information

#532925 (or 0x532925) is unknown color: approx Caput Mortuum. HEX triplet: 53, 29 and 25. RGB value is (83,41,37). Sum of RGB (Red+Green+Blue) = 83+41+37=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532925 is #ACD6DA. Grayscale: #353535. Windows color (decimal): -11327195 or 2435411. OLE color: 2435411.

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

Color convert

RGB834137-
CMYK00.510.550.67
HSL5.22º38.33%23.53%-
HSV(B)5.22º55.42%32.55%-
XYZ4.693.562.19-
YUV53.1118.91149.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=51.55%
G=25.47%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83413700.510.550.675.2238.3323.53
Hex532925033374352618
Octal12351450636710354630
Binary10100111010011001010110011110111100001110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532925; }

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

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

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

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

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

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

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

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