Html Css Color HEX #582341 Pompadour

📋 copy color: '#582341'

red 88 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #582341

Tints of Pompadour #582341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

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

R = 46.81%
G = 18.62%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582341 (or 0x582341) is known color: Pompadour. HEX triplet: 58, 23 and 41. RGB value is (88,35,65). Sum of RGB (Red+Green+Blue) = 88+35+65=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #582341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582341 is #A7DCBE. Grayscale: #363636. Windows color (decimal): -11001023 or 4268888. OLE color: 4268888.

HSL color Cylindrical-coordinate representation of color #582341: hue angle of 326.04º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582341 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 65 -
CMYK 0 0.60 0.26 0.65
HSL 326.04º 0.43% 0.24% -
HSV(B) 326.04º 0.6% 0.35% -
XYZ 5.58 3.66 5.41 -
YUV 54.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 88 35 65 0 0.60 0.26 0.65 326.04 0.43 0.24
Hex 58 23 41 0 3C 1A 41 146 2B 18
Octal 130 43 101 0 74 32 101 506 53 30
Binary 1011000 100011 1000001 0 111100 11010 1000001 101000110 101011 11000

Color Harmonies of #582341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582341

Black with #582341

Text Example


Text Example

White with #582341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582341; }

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

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

background-color css

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

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

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

border-color css

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

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

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