Html Css Color HEX #582820 Caput Mortuum

📋 copy color: '#582820'

red 88 ◦ green 40 ◦ blue 32

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

Shades of Caput Mortuum #582820

Tints of Caput Mortuum #582820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 55%
G = 25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#582820 (or 0x582820) is known color: Caput Mortuum. HEX triplet: 58, 28 and 20. RGB value is (88,40,32). Sum of RGB (Red+Green+Blue) = 88+40+32=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582820 is #A7D7DF. Grayscale: #353535. Windows color (decimal): -10999776 or 2107480. OLE color: 2107480.

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

Color convert

RGB 88 40 32 -
CMYK 0 0.55 0.64 0.65
HSL 8.57º 0.47% 0.24% -
HSV(B) 8.57º 0.64% 0.35% -
XYZ 5.04 3.7 1.81 -
YUV 53.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 88 40 32 0 0.55 0.64 0.65 8.57 0.47 0.24
Hex 58 28 20 0 37 40 41 9 2F 18
Octal 130 50 40 0 67 100 101 11 57 30
Binary 1011000 101000 100000 0 110111 1000000 1000001 1001 101111 11000

Color Harmonies of #582820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582820

Black with #582820

Text Example


Text Example

White with #582820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582820; }

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

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

background-color css

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

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

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

border-color css

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

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

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