Html Css Color HEX #5E154B Pompadour

📋 copy color: '#5E154B'

red 94 ◦ green 21 ◦ blue 75

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

Shades of Pompadour #5E154B

Tints of Pompadour #5E154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 49.47%
G = 11.05%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E154B (or 0x5E154B) is known color: Pompadour. HEX triplet: 5E, 15 and 4B. RGB value is (94,21,75). Sum of RGB (Red+Green+Blue) = 94+21+75=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E154B is #A1EAB4. Grayscale: #303030. Windows color (decimal): -10611381 or 4920670. OLE color: 4920670.

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

Color convert

RGB 94 21 75 -
CMYK 0 0.78 0.20 0.63
HSL 315.62º 0.63% 0.23% -
HSV(B) 315.62º 0.78% 0.37% -
XYZ 6.15 3.42 6.99 -
YUV 48.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 94 21 75 0 0.78 0.20 0.63 315.62 0.63 0.23
Hex 5E 15 4B 0 4E 14 3F 13C 3F 17
Octal 136 25 113 0 116 24 77 474 77 27
Binary 1011110 10101 1001011 0 1001110 10100 111111 100111100 111111 10111

Color Harmonies of #5E154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E154B

Black with #5E154B

Text Example


Text Example

White with #5E154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,75); }

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

background-color css

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

 a { background-color: rgb(94,21,75); }

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

border-color css

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

 span { border-color: rgb(94,21,75); }

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