Html Css Color HEX #95294D Lipstick

📋 copy color: '#95294D'

red 149 ◦ green 41 ◦ blue 77

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

Shades of Lipstick #95294D

Tints of Lipstick #95294D

RGB

 RED value IS 149 (58.59% from 255) = 55.81%

 GREEN value IS 41 (16.41% from 255) = 15.36%

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 55.81%
G = 15.36%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95294D (or 0x95294D) is known color: Lipstick. HEX triplet: 95, 29 and 4D. RGB value is (149,41,77). Sum of RGB (Red+Green+Blue) = 149+41+77=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95294D is #6AD6B2. Grayscale: #4D4D4D. Windows color (decimal): -7001779 or 5056917. OLE color: 5056917.

HSL color Cylindrical-coordinate representation of color #95294D: hue angle of 340º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95294D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 77 -
CMYK 0 0.72 0.48 0.42
HSL 340º 0.57% 0.37% -
HSV(B) 340º 0.72% 0.58% -
XYZ 14.53 8.51 7.9 -
YUV 77.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 149 41 77 0 0.72 0.48 0.42 340 0.57 0.37
Hex 95 29 4D 0 48 30 2A 154 39 25
Octal 225 51 115 0 110 60 52 524 71 45
Binary 10010101 101001 1001101 0 1001000 110000 101010 101010100 111001 100101

Color Harmonies of #95294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95294D

Black with #95294D

Text Example


Text Example

White with #95294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95294D; }

 p { color: rgb(149,41,77); }

 H1.HeaderClassName
 {
   color: #95294D;
 }
 .AnyTagClassName
 {
   color: #95294D;
 }
</style>

background-color css

<style>
 a { background-color: #95294D; }

 a { background-color: rgb(149,41,77); }

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

border-color css

<style>
 span { border-color: #95294D; }

 span { border-color: rgb(149,41,77); }

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