Html Css Color HEX #582A20 Caput Mortuum

📋 copy color: '#582A20'

red 88 ◦ green 42 ◦ blue 32

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

Shades of Caput Mortuum #582A20

Tints of Caput Mortuum #582A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

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

R = 54.32%
G = 25.93%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#582A20 (or 0x582A20) is known color: Caput Mortuum. HEX triplet: 58, 2A and 20. RGB value is (88,42,32). Sum of RGB (Red+Green+Blue) = 88+42+32=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A20 is #A7D5DF. Grayscale: #363636. Windows color (decimal): -10999264 or 2107992. OLE color: 2107992.

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

Color convert

RGB 88 42 32 -
CMYK 0 0.52 0.64 0.65
HSL 10.71º 0.47% 0.24% -
HSV(B) 10.71º 0.64% 0.35% -
XYZ 5.11 3.83 1.84 -
YUV 54.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 88 42 32 0 0.52 0.64 0.65 10.71 0.47 0.24
Hex 58 2A 20 0 34 40 41 B 2F 18
Octal 130 52 40 0 64 100 101 13 57 30
Binary 1011000 101010 100000 0 110100 1000000 1000001 1011 101111 11000

Color Harmonies of #582A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A20

Black with #582A20

Text Example


Text Example

White with #582A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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