Html Css Color HEX #58203A Pompadour

📋 copy color: '#58203A'

red 88 ◦ green 32 ◦ blue 58

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

Shades of Pompadour #58203A

Tints of Pompadour #58203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 49.44%
G = 17.98%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58203A (or 0x58203A) is known color: Pompadour. HEX triplet: 58, 20 and 3A. RGB value is (88,32,58). Sum of RGB (Red+Green+Blue) = 88+32+58=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #58203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203A is #A7DFC5. Grayscale: #333333. Windows color (decimal): -11001798 or 3809368. OLE color: 3809368.

HSL color Cylindrical-coordinate representation of color #58203A: hue angle of 332.14º 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 #58203A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 58 -
CMYK 0 0.64 0.34 0.65
HSL 332.14º 0.47% 0.24% -
HSV(B) 332.14º 0.64% 0.35% -
XYZ 5.3 3.41 4.38 -
YUV 51.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 88 32 58 0 0.64 0.34 0.65 332.14 0.47 0.24
Hex 58 20 3A 0 40 22 41 14C 2F 18
Octal 130 40 72 0 100 42 101 514 57 30
Binary 1011000 100000 111010 0 1000000 100010 1000001 101001100 101111 11000

Color Harmonies of #58203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58203A

Black with #58203A

Text Example


Text Example

White with #58203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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