Html Css Color HEX #5E2340 Pompadour

📋 copy color: '#5E2340'

red 94 ◦ green 35 ◦ blue 64

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

Shades of Pompadour #5E2340

Tints of Pompadour #5E2340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 48.7%
G = 18.13%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E2340 (or 0x5E2340) is known color: Pompadour. HEX triplet: 5E, 23 and 40. RGB value is (94,35,64). Sum of RGB (Red+Green+Blue) = 94+35+64=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2340 is #A1DCBF. Grayscale: #373737. Windows color (decimal): -10607808 or 4203358. OLE color: 4203358.

HSL color Cylindrical-coordinate representation of color #5E2340: hue angle of 330.51º 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 #5E2340 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 35 64 -
CMYK 0 0.63 0.32 0.63
HSL 330.51º 0.46% 0.25% -
HSV(B) 330.51º 0.63% 0.37% -
XYZ 6.14 3.95 5.29 -
YUV 55.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 94 35 64 0 0.63 0.32 0.63 330.51 0.46 0.25
Hex 5E 23 40 0 3F 20 3F 14B 2E 19
Octal 136 43 100 0 77 40 77 513 56 31
Binary 1011110 100011 1000000 0 111111 100000 111111 101001011 101110 11001

Color Harmonies of #5E2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2340

Black with #5E2340

Text Example


Text Example

White with #5E2340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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