#582825

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

Shades of Caput Mortuum #582825

Tints of Caput Mortuum #582825

Color information

#582825 (or 0x582825) is unknown color: approx Caput Mortuum. HEX triplet: 58, 28 and 25. RGB value is (88,40,37). Sum of RGB (Red+Green+Blue) = 88+40+37=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #582825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582825 is #A7D7DA. Grayscale: #363636. Windows color (decimal): -10999771 or 2435160. OLE color: 2435160.

HSL color Cylindrical-coordinate representation of color #582825: hue angle of 3.53º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582825 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB884037-
CMYK00.550.580.65
HSL3.53º40.8%24.51%-
HSV(B)3.53º57.95%34.51%-
XYZ5.123.732.2-
YUV54.01118.4152.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=53.33%
G=24.24%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88403700.550.580.653.5340.824.51
Hex5828250373A4142919
Octal13050450677210145131
Binary10110001010001001010110111111010100000110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582825; }

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

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

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

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

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

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

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

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