Html Css Color HEX #582741 Pompadour

📋 copy color: '#582741'

red 88 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #582741

Tints of Pompadour #582741

RGB

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

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

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

R = 45.83%
G = 20.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582741 (or 0x582741) is known color: Pompadour. HEX triplet: 58, 27 and 41. RGB value is (88,39,65). Sum of RGB (Red+Green+Blue) = 88+39+65=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582741 is #A7D8BE. Grayscale: #383838. Windows color (decimal): -10999999 or 4269912. OLE color: 4269912.

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

Color convert

RGB 88 39 65 -
CMYK 0 0.56 0.26 0.65
HSL 328.16º 0.39% 0.25% -
HSV(B) 328.16º 0.56% 0.35% -
XYZ 5.7 3.91 5.45 -
YUV 56.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 88 39 65 0 0.56 0.26 0.65 328.16 0.39 0.25
Hex 58 27 41 0 38 1A 41 148 27 19
Octal 130 47 101 0 70 32 101 510 47 31
Binary 1011000 100111 1000001 0 111000 11010 1000001 101001000 100111 11001

Color Harmonies of #582741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582741

Black with #582741

Text Example


Text Example

White with #582741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582741; }

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

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

background-color css

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

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

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

border-color css

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

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

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