Html Css Color HEX #582845 Pompadour

📋 copy color: '#582845'

red 88 ◦ green 40 ◦ blue 69

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

Shades of Pompadour #582845

Tints of Pompadour #582845

RGB

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

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

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

R = 44.67%
G = 20.3%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#582845 (or 0x582845) is known color: Pompadour. HEX triplet: 58, 28 and 45. RGB value is (88,40,69). Sum of RGB (Red+Green+Blue) = 88+40+69=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582845 is #A7D7BA. Grayscale: #393939. Windows color (decimal): -10999739 or 4532312. OLE color: 4532312.

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

Color convert

RGB 88 40 69 -
CMYK 0 0.55 0.22 0.65
HSL 323.75º 0.38% 0.25% -
HSV(B) 323.75º 0.55% 0.35% -
XYZ 5.86 4.02 6.1 -
YUV 57.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 88 40 69 0 0.55 0.22 0.65 323.75 0.38 0.25
Hex 58 28 45 0 37 16 41 144 26 19
Octal 130 50 105 0 67 26 101 504 46 31
Binary 1011000 101000 1000101 0 110111 10110 1000001 101000100 100110 11001

Color Harmonies of #582845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582845

Black with #582845

Text Example


Text Example

White with #582845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582845; }

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

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

background-color css

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

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

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

border-color css

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

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

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