Html Css Color HEX #5E1746 Pompadour

📋 copy color: '#5E1746'

red 94 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #5E1746

Tints of Pompadour #5E1746

RGB

 RED value IS 94 (37.11% from 255) = 50.27%

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 50.27%
G = 12.3%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5E1746 (or 0x5E1746) is known color: Pompadour. HEX triplet: 5E, 17 and 46. RGB value is (94,23,70). Sum of RGB (Red+Green+Blue) = 94+23+70=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1746 is #A1E8B9. Grayscale: #313131. Windows color (decimal): -10610874 or 4593502. OLE color: 4593502.

HSL color Cylindrical-coordinate representation of color #5E1746: hue angle of 320.28º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E1746 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 23 70 -
CMYK 0 0.76 0.26 0.63
HSL 320.28º 0.61% 0.23% -
HSV(B) 320.28º 0.76% 0.37% -
XYZ 6.03 3.43 6.14 -
YUV 49.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 94 23 70 0 0.76 0.26 0.63 320.28 0.61 0.23
Hex 5E 17 46 0 4C 1A 3F 140 3D 17
Octal 136 27 106 0 114 32 77 500 75 27
Binary 1011110 10111 1000110 0 1001100 11010 111111 101000000 111101 10111

Color Harmonies of #5E1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1746

Black with #5E1746

Text Example


Text Example

White with #5E1746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,70); }

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

background-color css

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

 a { background-color: rgb(94,23,70); }

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

border-color css

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

 span { border-color: rgb(94,23,70); }

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