Html Css Color HEX #582941 Pompadour

📋 copy color: '#582941'

red 88 ◦ green 41 ◦ blue 65

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

Shades of Pompadour #582941

Tints of Pompadour #582941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 45.36%
G = 21.13%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582941 (or 0x582941) is known color: Pompadour. HEX triplet: 58, 29 and 41. RGB value is (88,41,65). Sum of RGB (Red+Green+Blue) = 88+41+65=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #582941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582941 is #A7D6BE. Grayscale: #393939. Windows color (decimal): -10999487 or 4270424. OLE color: 4270424.

HSL color Cylindrical-coordinate representation of color #582941: hue angle of 329.36º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582941 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 65 -
CMYK 0 0.53 0.26 0.65
HSL 329.36º 0.36% 0.25% -
HSV(B) 329.36º 0.53% 0.35% -
XYZ 5.77 4.04 5.48 -
YUV 57.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 88 41 65 0 0.53 0.26 0.65 329.36 0.36 0.25
Hex 58 29 41 0 35 1A 41 149 24 19
Octal 130 51 101 0 65 32 101 511 44 31
Binary 1011000 101001 1000001 0 110101 11010 1000001 101001001 100100 11001

Color Harmonies of #582941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582941

Black with #582941

Text Example


Text Example

White with #582941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582941; }

 p { color: rgb(88,41,65); }

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

background-color css

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

 a { background-color: rgb(88,41,65); }

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

border-color css

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

 span { border-color: rgb(88,41,65); }

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