Html Css Color HEX #582520 Caput Mortuum

📋 copy color: '#582520'

red 88 ◦ green 37 ◦ blue 32

#582520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #582520

Tints of Caput Mortuum #582520

RGB

 RED value IS 88 (34.77% from 255) = 56.05%

 GREEN value IS 37 (14.84% from 255) = 23.57%

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 56.05%
G = 23.57%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#582520 (or 0x582520) is known color: Caput Mortuum. HEX triplet: 58, 25 and 20. RGB value is (88,37,32). Sum of RGB (Red+Green+Blue) = 88+37+32=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582520 is #A7DADF. Grayscale: #333333. Windows color (decimal): -11000544 or 2106712. OLE color: 2106712.

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

Color convert

RGB 88 37 32 -
CMYK 0 0.58 0.64 0.65
HSL 5.36º 0.47% 0.24% -
HSV(B) 5.36º 0.64% 0.35% -
XYZ 4.95 3.5 1.78 -
YUV 51.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 88 37 32 0 0.58 0.64 0.65 5.36 0.47 0.24
Hex 58 25 20 0 3A 40 41 5 2F 18
Octal 130 45 40 0 72 100 101 5 57 30
Binary 1011000 100101 100000 0 111010 1000000 1000001 101 101111 11000

Color Harmonies of #582520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582520

Black with #582520

Text Example


Text Example

White with #582520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582520; }

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

 H1.HeaderClassName
 {
   color: #582520;
 }
 .AnyTagClassName
 {
   color: #582520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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