Html Css Color HEX #5C1A47 Pompadour

📋 copy color: '#5C1A47'

red 92 ◦ green 26 ◦ blue 71

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

Shades of Pompadour #5C1A47

Tints of Pompadour #5C1A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

 BLUE value IS 71 (28.13% from 255) = 37.57%

R = 48.68%
G = 13.76%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5C1A47 (or 0x5C1A47) is known color: Pompadour. HEX triplet: 5C, 1A and 47. RGB value is (92,26,71). Sum of RGB (Red+Green+Blue) = 92+26+71=189 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.68% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1A47 is #A3E5B8. Grayscale: #323232. Windows color (decimal): -10741177 or 4659804. OLE color: 4659804.

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

Color convert

RGB 92 26 71 -
CMYK 0 0.72 0.23 0.64
HSL 319.09º 0.56% 0.23% -
HSV(B) 319.09º 0.72% 0.36% -
XYZ 5.92 3.47 6.32 -
YUV 50.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 92 26 71 0 0.72 0.23 0.64 319.09 0.56 0.23
Hex 5C 1A 47 0 48 17 40 13F 38 17
Octal 134 32 107 0 110 27 100 477 70 27
Binary 1011100 11010 1000111 0 1001000 10111 1000000 100111111 111000 10111

Color Harmonies of #5C1A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1A47

Black with #5C1A47

Text Example


Text Example

White with #5C1A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,26,71); }

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

background-color css

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

 a { background-color: rgb(92,26,71); }

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

border-color css

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

 span { border-color: rgb(92,26,71); }

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