Html Css Color HEX #582541 Pompadour

📋 copy color: '#582541'

red 88 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #582541

Tints of Pompadour #582541

RGB

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

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

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

R = 46.32%
G = 19.47%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582541 (or 0x582541) is known color: Pompadour. HEX triplet: 58, 25 and 41. RGB value is (88,37,65). Sum of RGB (Red+Green+Blue) = 88+37+65=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #582541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582541 is #A7DABE. Grayscale: #373737. Windows color (decimal): -11000511 or 4269400. OLE color: 4269400.

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

Color convert

RGB 88 37 65 -
CMYK 0 0.58 0.26 0.65
HSL 327.06º 0.41% 0.25% -
HSV(B) 327.06º 0.58% 0.35% -
XYZ 5.64 3.78 5.43 -
YUV 55.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 88 37 65 0 0.58 0.26 0.65 327.06 0.41 0.25
Hex 58 25 41 0 3A 1A 41 147 29 19
Octal 130 45 101 0 72 32 101 507 51 31
Binary 1011000 100101 1000001 0 111010 11010 1000001 101000111 101001 11001

Color Harmonies of #582541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582541

Black with #582541

Text Example


Text Example

White with #582541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582541; }

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

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

background-color css

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

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

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

border-color css

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

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

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