Html Css Color HEX #582240 Pompadour

📋 copy color: '#582240'

red 88 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #582240

Tints of Pompadour #582240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 47.31%
G = 18.28%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#582240 (or 0x582240) is known color: Pompadour. HEX triplet: 58, 22 and 40. RGB value is (88,34,64). Sum of RGB (Red+Green+Blue) = 88+34+64=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582240 is #A7DDBF. Grayscale: #353535. Windows color (decimal): -11001280 or 4203096. OLE color: 4203096.

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

Color convert

RGB 88 34 64 -
CMYK 0 0.61 0.27 0.65
HSL 326.67º 0.44% 0.24% -
HSV(B) 326.67º 0.61% 0.35% -
XYZ 5.52 3.59 5.25 -
YUV 53.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 88 34 64 0 0.61 0.27 0.65 326.67 0.44 0.24
Hex 58 22 40 0 3D 1B 41 147 2C 18
Octal 130 42 100 0 75 33 101 507 54 30
Binary 1011000 100010 1000000 0 111101 11011 1000001 101000111 101100 11000

Color Harmonies of #582240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582240

Black with #582240

Text Example


Text Example

White with #582240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582240; }

 p { color: rgb(88,34,64); }

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

background-color css

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

 a { background-color: rgb(88,34,64); }

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

border-color css

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

 span { border-color: rgb(88,34,64); }

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