Html Css Color HEX #5C2141 Pompadour

📋 copy color: '#5C2141'

red 92 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #5C2141

Tints of Pompadour #5C2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 48.42%
G = 17.37%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5C2141 (or 0x5C2141) is known color: Pompadour. HEX triplet: 5C, 21 and 41. RGB value is (92,33,65). Sum of RGB (Red+Green+Blue) = 92+33+65=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2141 is #A3DEBE. Grayscale: #363636. Windows color (decimal): -10739391 or 4268380. OLE color: 4268380.

HSL color Cylindrical-coordinate representation of color #5C2141: hue angle of 327.46º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2141 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 33 65 -
CMYK 0 0.64 0.29 0.64
HSL 327.46º 0.47% 0.25% -
HSV(B) 327.46º 0.64% 0.36% -
XYZ 5.91 3.74 5.41 -
YUV 54.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 92 33 65 0 0.64 0.29 0.64 327.46 0.47 0.25
Hex 5C 21 41 0 40 1D 40 147 2F 19
Octal 134 41 101 0 100 35 100 507 57 31
Binary 1011100 100001 1000001 0 1000000 11101 1000000 101000111 101111 11001

Color Harmonies of #5C2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2141

Black with #5C2141

Text Example


Text Example

White with #5C2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,33,65); }

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

background-color css

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

 a { background-color: rgb(92,33,65); }

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

border-color css

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

 span { border-color: rgb(92,33,65); }

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