Html Css Color HEX #58203B Pompadour

📋 copy color: '#58203B'

red 88 ◦ green 32 ◦ blue 59

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

Shades of Pompadour #58203B

Tints of Pompadour #58203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 49.16%
G = 17.88%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58203B (or 0x58203B) is known color: Pompadour. HEX triplet: 58, 20 and 3B. RGB value is (88,32,59). Sum of RGB (Red+Green+Blue) = 88+32+59=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203B is #A7DFC4. Grayscale: #333333. Windows color (decimal): -11001797 or 3874904. OLE color: 3874904.

HSL color Cylindrical-coordinate representation of color #58203B: hue angle of 331.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58203B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 59 -
CMYK 0 0.64 0.33 0.65
HSL 331.07º 0.47% 0.24% -
HSV(B) 331.07º 0.64% 0.35% -
XYZ 5.33 3.42 4.52 -
YUV 51.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 88 32 59 0 0.64 0.33 0.65 331.07 0.47 0.24
Hex 58 20 3B 0 40 21 41 14B 2F 18
Octal 130 40 73 0 100 41 101 513 57 30
Binary 1011000 100000 111011 0 1000000 100001 1000001 101001011 101111 11000

Color Harmonies of #58203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58203B

Black with #58203B

Text Example


Text Example

White with #58203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58203B; }

 p { color: rgb(88,32,59); }

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

background-color css

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

 a { background-color: rgb(88,32,59); }

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

border-color css

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

 span { border-color: rgb(88,32,59); }

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