Html Css Color HEX #582641 Pompadour

📋 copy color: '#582641'

red 88 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #582641

Tints of Pompadour #582641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 46.07%
G = 19.9%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582641 (or 0x582641) is known color: Pompadour. HEX triplet: 58, 26 and 41. RGB value is (88,38,65). Sum of RGB (Red+Green+Blue) = 88+38+65=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582641 is #A7D9BE. Grayscale: #373737. Windows color (decimal): -11000255 or 4269656. OLE color: 4269656.

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

Color convert

RGB 88 38 65 -
CMYK 0 0.57 0.26 0.65
HSL 327.6º 0.4% 0.25% -
HSV(B) 327.6º 0.57% 0.35% -
XYZ 5.67 3.84 5.44 -
YUV 56.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 88 38 65 0 0.57 0.26 0.65 327.6 0.4 0.25
Hex 58 26 41 0 39 1A 41 148 28 19
Octal 130 46 101 0 71 32 101 510 50 31
Binary 1011000 100110 1000001 0 111001 11010 1000001 101001000 101000 11001

Color Harmonies of #582641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582641

Black with #582641

Text Example


Text Example

White with #582641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582641; }

 p { color: rgb(88,38,65); }

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

background-color css

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

 a { background-color: rgb(88,38,65); }

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

border-color css

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

 span { border-color: rgb(88,38,65); }

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