Html Css Color HEX #582245 Pompadour

📋 copy color: '#582245'

red 88 ◦ green 34 ◦ blue 69

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

Shades of Pompadour #582245

Tints of Pompadour #582245

RGB

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

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

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

R = 46.07%
G = 17.8%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#582245 (or 0x582245) is known color: Pompadour. HEX triplet: 58, 22 and 45. RGB value is (88,34,69). Sum of RGB (Red+Green+Blue) = 88+34+69=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582245 is #A7DDBA. Grayscale: #363636. Windows color (decimal): -11001275 or 4530776. OLE color: 4530776.

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

Color convert

RGB 88 34 69 -
CMYK 0 0.61 0.22 0.65
HSL 321.11º 0.44% 0.24% -
HSV(B) 321.11º 0.61% 0.35% -
XYZ 5.67 3.65 6.04 -
YUV 54.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 88 34 69 0 0.61 0.22 0.65 321.11 0.44 0.24
Hex 58 22 45 0 3D 16 41 141 2C 18
Octal 130 42 105 0 75 26 101 501 54 30
Binary 1011000 100010 1000101 0 111101 10110 1000001 101000001 101100 11000

Color Harmonies of #582245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582245

Black with #582245

Text Example


Text Example

White with #582245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582245; }

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

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

background-color css

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

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

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

border-color css

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

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

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