Html Css Color HEX #582540 Pompadour

📋 copy color: '#582540'

red 88 ◦ green 37 ◦ blue 64

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

Shades of Pompadour #582540

Tints of Pompadour #582540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 46.56%
G = 19.58%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#582540 (or 0x582540) is known color: Pompadour. HEX triplet: 58, 25 and 40. RGB value is (88,37,64). Sum of RGB (Red+Green+Blue) = 88+37+64=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #582540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582540 is #A7DABF. Grayscale: #373737. Windows color (decimal): -11000512 or 4203864. OLE color: 4203864.

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

Color convert

RGB 88 37 64 -
CMYK 0 0.58 0.27 0.65
HSL 328.24º 0.41% 0.25% -
HSV(B) 328.24º 0.58% 0.35% -
XYZ 5.61 3.77 5.28 -
YUV 55.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 88 37 64 0 0.58 0.27 0.65 328.24 0.41 0.25
Hex 58 25 40 0 3A 1B 41 148 29 19
Octal 130 45 100 0 72 33 101 510 51 31
Binary 1011000 100101 1000000 0 111010 11011 1000001 101001000 101001 11001

Color Harmonies of #582540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582540

Black with #582540

Text Example


Text Example

White with #582540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582540; }

 p { color: rgb(88,37,64); }

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

background-color css

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

 a { background-color: rgb(88,37,64); }

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

border-color css

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

 span { border-color: rgb(88,37,64); }

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