Html Css Color HEX #5C294A Pompadour

📋 copy color: '#5C294A'

red 92 ◦ green 41 ◦ blue 74

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

Shades of Pompadour #5C294A

Tints of Pompadour #5C294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 44.44%
G = 19.81%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5C294A (or 0x5C294A) is known color: Pompadour. HEX triplet: 5C, 29 and 4A. RGB value is (92,41,74). Sum of RGB (Red+Green+Blue) = 92+41+74=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C294A is #A3D6B5. Grayscale: #3B3B3B. Windows color (decimal): -10737334 or 4860252. OLE color: 4860252.

HSL color Cylindrical-coordinate representation of color #5C294A: hue angle of 321.18º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C294A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 41 74 -
CMYK 0 0.55 0.20 0.64
HSL 321.18º 0.38% 0.26% -
HSV(B) 321.18º 0.55% 0.36% -
XYZ 6.44 4.36 6.98 -
YUV 60.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 92 41 74 0 0.55 0.20 0.64 321.18 0.38 0.26
Hex 5C 29 4A 0 37 14 40 141 26 1A
Octal 134 51 112 0 67 24 100 501 46 32
Binary 1011100 101001 1001010 0 110111 10100 1000000 101000001 100110 11010

Color Harmonies of #5C294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C294A

Black with #5C294A

Text Example


Text Example

White with #5C294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,41,74); }

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

background-color css

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

 a { background-color: rgb(92,41,74); }

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

border-color css

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

 span { border-color: rgb(92,41,74); }

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