Html Css Color HEX #58203E Pompadour

📋 copy color: '#58203E'

red 88 ◦ green 32 ◦ blue 62

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

Shades of Pompadour #58203E

Tints of Pompadour #58203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.07%

R = 48.35%
G = 17.58%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58203E (or 0x58203E) is known color: Pompadour. HEX triplet: 58, 20 and 3E. RGB value is (88,32,62). Sum of RGB (Red+Green+Blue) = 88+32+62=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203E is #A7DFC1. Grayscale: #343434. Windows color (decimal): -11001794 or 4071512. OLE color: 4071512.

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

Color convert

RGB 88 32 62 -
CMYK 0 0.64 0.30 0.65
HSL 327.86º 0.47% 0.24% -
HSV(B) 327.86º 0.64% 0.35% -
XYZ 5.41 3.46 4.94 -
YUV 52.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 88 32 62 0 0.64 0.30 0.65 327.86 0.47 0.24
Hex 58 20 3E 0 40 1E 41 148 2F 18
Octal 130 40 76 0 100 36 101 510 57 30
Binary 1011000 100000 111110 0 1000000 11110 1000001 101001000 101111 11000

Color Harmonies of #58203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58203E

Black with #58203E

Text Example


Text Example

White with #58203E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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