Html Css Color HEX #5E2346 Pompadour

📋 copy color: '#5E2346'

red 94 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #5E2346

Tints of Pompadour #5E2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 47.24%
G = 17.59%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5E2346 (or 0x5E2346) is known color: Pompadour. HEX triplet: 5E, 23 and 46. RGB value is (94,35,70). Sum of RGB (Red+Green+Blue) = 94+35+70=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2346 is #A1DCB9. Grayscale: #383838. Windows color (decimal): -10607802 or 4596574. OLE color: 4596574.

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

Color convert

RGB 94 35 70 -
CMYK 0 0.63 0.26 0.63
HSL 324.41º 0.46% 0.25% -
HSV(B) 324.41º 0.63% 0.37% -
XYZ 6.32 4.02 6.24 -
YUV 56.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 94 35 70 0 0.63 0.26 0.63 324.41 0.46 0.25
Hex 5E 23 46 0 3F 1A 3F 144 2E 19
Octal 136 43 106 0 77 32 77 504 56 31
Binary 1011110 100011 1000110 0 111111 11010 111111 101000100 101110 11001

Color Harmonies of #5E2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2346

Black with #5E2346

Text Example


Text Example

White with #5E2346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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