#582320

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

Shades of Caput Mortuum #582320

Tints of Caput Mortuum #582320

Color information

#582320 (or 0x582320) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 20. RGB value is (88,35,32). Sum of RGB (Red+Green+Blue) = 88+35+32=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #582320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582320 is #A7DCDF. Grayscale: #323232. Windows color (decimal): -11001056 or 2106200. OLE color: 2106200.

HSL color Cylindrical-coordinate representation of color #582320: hue angle of 3.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582320 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB883532-
CMYK00.600.640.65
HSL3.21º46.67%23.53%-
HSV(B)3.21º63.64%34.51%-
XYZ4.893.381.76-
YUV50.5117.56154.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=56.77%
G=22.58%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88353200.600.640.653.2146.6723.53
Hex58232003C404132f18
Octal130434007410010135730
Binary10110001000111000000111100100000010000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582320; }

 p { color: rgb(88,35,32); }

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

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

 a { background-color: rgb(88,35,32); }

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

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

 span { border-color: rgb(88,35,32); }

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