Html Css Color HEX #582141 Pompadour

📋 copy color: '#582141'

red 88 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #582141

Tints of Pompadour #582141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

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

R = 47.31%
G = 17.74%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#582141 (or 0x582141) is known color: Pompadour. HEX triplet: 58, 21 and 41. RGB value is (88,33,65). Sum of RGB (Red+Green+Blue) = 88+33+65=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582141 is #A7DEBE. Grayscale: #353535. Windows color (decimal): -11001535 or 4268376. OLE color: 4268376.

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

Color convert

RGB 88 33 65 -
CMYK 0 0.62 0.26 0.65
HSL 325.09º 0.45% 0.24% -
HSV(B) 325.09º 0.63% 0.35% -
XYZ 5.52 3.54 5.39 -
YUV 53.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 88 33 65 0 0.62 0.26 0.65 325.09 0.45 0.24
Hex 58 21 41 0 3E 1A 41 145 2D 18
Octal 130 41 101 0 76 32 101 505 55 30
Binary 1011000 100001 1000001 0 111110 11010 1000001 101000101 101101 11000

Color Harmonies of #582141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582141

Black with #582141

Text Example


Text Example

White with #582141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582141; }

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

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

background-color css

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

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

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

border-color css

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

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

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