Html Css Color HEX #58203F Pompadour

📋 copy color: '#58203F'

red 88 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #58203F

Tints of Pompadour #58203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 48.09%
G = 17.49%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58203F (or 0x58203F) is known color: Pompadour. HEX triplet: 58, 20 and 3F. RGB value is (88,32,63). Sum of RGB (Red+Green+Blue) = 88+32+63=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203F is #A7DFC0. Grayscale: #343434. Windows color (decimal): -11001793 or 4137048. OLE color: 4137048.

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

Color convert

RGB 88 32 63 -
CMYK 0 0.64 0.28 0.65
HSL 326.79º 0.47% 0.24% -
HSV(B) 326.79º 0.64% 0.35% -
XYZ 5.44 3.47 5.09 -
YUV 52.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 88 32 63 0 0.64 0.28 0.65 326.79 0.47 0.24
Hex 58 20 3F 0 40 1C 41 147 2F 18
Octal 130 40 77 0 100 34 101 507 57 30
Binary 1011000 100000 111111 0 1000000 11100 1000001 101000111 101111 11000

Color Harmonies of #58203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58203F

Black with #58203F

Text Example


Text Example

White with #58203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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