#5C1F4A

Color #5C1F4A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #5C1F4A

Tints of Pompadour #5C1F4A

Color information

#5C1F4A (or 0x5C1F4A) is unknown color: approx Pompadour. HEX triplet: 5C, 1F and 4A. RGB value is (92,31,74). Sum of RGB (Red+Green+Blue) = 92+31+74=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1F4A is #A3E0B5. Grayscale: #363636. Windows color (decimal): -10739894 or 4857692. OLE color: 4857692.

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

Color convert

RGB923174-
CMYK00.660.200.64
HSL317.7º49.59%24.12%-
HSV(B)317.7º66.3%36.08%-
XYZ6.143.756.88-
YUV54.14139.21155-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.70%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=46.70%
G=15.74%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92317400.660.200.64317.749.5924.12
Hex5C1F4A042144013e3218
Octal134371120102241004766230
Binary10111001111110010100100001010100100000010011111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C1F4A;
 }
 .AnyTagClassName
 {
   color: #5C1F4A;
 }
</style>
background-color css

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

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

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

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

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

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