Html Css Color HEX #582945 Pompadour

📋 copy color: '#582945'

red 88 ◦ green 41 ◦ blue 69

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

Shades of Pompadour #582945

Tints of Pompadour #582945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 44.44%
G = 20.71%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#582945 (or 0x582945) is known color: Pompadour. HEX triplet: 58, 29 and 45. RGB value is (88,41,69). Sum of RGB (Red+Green+Blue) = 88+41+69=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #582945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582945 is #A7D6BA. Grayscale: #3A3A3A. Windows color (decimal): -10999483 or 4532568. OLE color: 4532568.

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

Color convert

RGB 88 41 69 -
CMYK 0 0.53 0.22 0.65
HSL 324.26º 0.36% 0.25% -
HSV(B) 324.26º 0.53% 0.35% -
XYZ 5.89 4.09 6.11 -
YUV 58.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 88 41 69 0 0.53 0.22 0.65 324.26 0.36 0.25
Hex 58 29 45 0 35 16 41 144 24 19
Octal 130 51 105 0 65 26 101 504 44 31
Binary 1011000 101001 1000101 0 110101 10110 1000001 101000100 100100 11001

Color Harmonies of #582945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582945

Black with #582945

Text Example


Text Example

White with #582945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582945; }

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

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

background-color css

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

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

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

border-color css

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

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

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