Html Css Color HEX #5C203A Pompadour

📋 copy color: '#5C203A'

red 92 ◦ green 32 ◦ blue 58

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

Shades of Pompadour #5C203A

Tints of Pompadour #5C203A

RGB

 RED value IS 92 (36.33% from 255) = 50.55%

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

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

R = 50.55%
G = 17.58%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C203A (or 0x5C203A) is known color: Pompadour. HEX triplet: 5C, 20 and 3A. RGB value is (92,32,58). Sum of RGB (Red+Green+Blue) = 92+32+58=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C203A is #A3DFC5. Grayscale: #343434. Windows color (decimal): -10739654 or 3809372. OLE color: 3809372.

HSL color Cylindrical-coordinate representation of color #5C203A: hue angle of 334º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C203A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 32 58 -
CMYK 0 0.65 0.37 0.64
HSL 334º 0.48% 0.24% -
HSV(B) 334º 0.65% 0.36% -
XYZ 5.69 3.61 4.4 -
YUV 52.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 92 32 58 0 0.65 0.37 0.64 334 0.48 0.24
Hex 5C 20 3A 0 41 25 40 14E 30 18
Octal 134 40 72 0 101 45 100 516 60 30
Binary 1011100 100000 111010 0 1000001 100101 1000000 101001110 110000 11000

Color Harmonies of #5C203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C203A

Black with #5C203A

Text Example


Text Example

White with #5C203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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