Html Css Color HEX #582445 Pompadour

📋 copy color: '#582445'

red 88 ◦ green 36 ◦ blue 69

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

Shades of Pompadour #582445

Tints of Pompadour #582445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 45.6%
G = 18.65%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#582445 (or 0x582445) is known color: Pompadour. HEX triplet: 58, 24 and 45. RGB value is (88,36,69). Sum of RGB (Red+Green+Blue) = 88+36+69=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582445 is #A7DBBA. Grayscale: #373737. Windows color (decimal): -11000763 or 4531288. OLE color: 4531288.

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

Color convert

RGB 88 36 69 -
CMYK 0 0.59 0.22 0.65
HSL 321.92º 0.42% 0.24% -
HSV(B) 321.92º 0.59% 0.35% -
XYZ 5.73 3.77 6.06 -
YUV 55.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 88 36 69 0 0.59 0.22 0.65 321.92 0.42 0.24
Hex 58 24 45 0 3B 16 41 142 2A 18
Octal 130 44 105 0 73 26 101 502 52 30
Binary 1011000 100100 1000101 0 111011 10110 1000001 101000010 101010 11000

Color Harmonies of #582445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582445

Black with #582445

Text Example


Text Example

White with #582445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582445; }

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

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

background-color css

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

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

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

border-color css

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

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

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