Html Css Color HEX #5E223B Pompadour

📋 copy color: '#5E223B'

red 94 ◦ green 34 ◦ blue 59

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

Shades of Pompadour #5E223B

Tints of Pompadour #5E223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 50.27%
G = 18.18%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5E223B (or 0x5E223B) is known color: Pompadour. HEX triplet: 5E, 22 and 3B. RGB value is (94,34,59). Sum of RGB (Red+Green+Blue) = 94+34+59=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E223B is #A1DDC4. Grayscale: #363636. Windows color (decimal): -10608069 or 3875422. OLE color: 3875422.

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

Color convert

RGB 94 34 59 -
CMYK 0 0.64 0.37 0.63
HSL 335º 0.47% 0.25% -
HSV(B) 335º 0.64% 0.37% -
XYZ 5.98 3.84 4.56 -
YUV 54.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 94 34 59 0 0.64 0.37 0.63 335 0.47 0.25
Hex 5E 22 3B 0 40 25 3F 14F 2F 19
Octal 136 42 73 0 100 45 77 517 57 31
Binary 1011110 100010 111011 0 1000000 100101 111111 101001111 101111 11001

Color Harmonies of #5E223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E223B

Black with #5E223B

Text Example


Text Example

White with #5E223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,34,59); }

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

background-color css

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

 a { background-color: rgb(94,34,59); }

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

border-color css

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

 span { border-color: rgb(94,34,59); }

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