Html Css Color HEX #582742 Pompadour

📋 copy color: '#582742'

red 88 ◦ green 39 ◦ blue 66

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

Shades of Pompadour #582742

Tints of Pompadour #582742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.21%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 45.6%
G = 20.21%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#582742 (or 0x582742) is known color: Pompadour. HEX triplet: 58, 27 and 42. RGB value is (88,39,66). Sum of RGB (Red+Green+Blue) = 88+39+66=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582742 is #A7D8BD. Grayscale: #383838. Windows color (decimal): -10999998 or 4335448. OLE color: 4335448.

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

Color convert

RGB 88 39 66 -
CMYK 0 0.56 0.25 0.65
HSL 326.94º 0.39% 0.25% -
HSV(B) 326.94º 0.56% 0.35% -
XYZ 5.73 3.92 5.61 -
YUV 56.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 88 39 66 0 0.56 0.25 0.65 326.94 0.39 0.25
Hex 58 27 42 0 38 19 41 147 27 19
Octal 130 47 102 0 70 31 101 507 47 31
Binary 1011000 100111 1000010 0 111000 11001 1000001 101000111 100111 11001

Color Harmonies of #582742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582742

Black with #582742

Text Example


Text Example

White with #582742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582742; }

 p { color: rgb(88,39,66); }

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

background-color css

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

 a { background-color: rgb(88,39,66); }

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

border-color css

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

 span { border-color: rgb(88,39,66); }

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