Html Css Color HEX #95334C Lipstick

📋 copy color: '#95334C'

red 149 ◦ green 51 ◦ blue 76

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

Shades of Lipstick #95334C

Tints of Lipstick #95334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 53.99%
G = 18.48%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95334C (or 0x95334C) is known color: Lipstick. HEX triplet: 95, 33 and 4C. RGB value is (149,51,76). Sum of RGB (Red+Green+Blue) = 149+51+76=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95334C is #6ACCB3. Grayscale: #535353. Windows color (decimal): -6999220 or 4993941. OLE color: 4993941.

HSL color Cylindrical-coordinate representation of color #95334C: hue angle of 344.69º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95334C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 76 -
CMYK 0 0.66 0.49 0.42
HSL 344.69º 0.49% 0.39% -
HSV(B) 344.69º 0.66% 0.58% -
XYZ 14.88 9.28 7.84 -
YUV 83.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 149 51 76 0 0.66 0.49 0.42 344.69 0.49 0.39
Hex 95 33 4C 0 42 31 2A 159 31 27
Octal 225 63 114 0 102 61 52 531 61 47
Binary 10010101 110011 1001100 0 1000010 110001 101010 101011001 110001 100111

Color Harmonies of #95334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95334C

Black with #95334C

Text Example


Text Example

White with #95334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95334C; }

 p { color: rgb(149,51,76); }

 H1.HeaderClassName
 {
   color: #95334C;
 }
 .AnyTagClassName
 {
   color: #95334C;
 }
</style>

background-color css

<style>
 a { background-color: #95334C; }

 a { background-color: rgb(149,51,76); }

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

border-color css

<style>
 span { border-color: #95334C; }

 span { border-color: rgb(149,51,76); }

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