Html Css Color HEX #95334E Lipstick

📋 copy color: '#95334E'

red 149 ◦ green 51 ◦ blue 78

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

Shades of Lipstick #95334E

Tints of Lipstick #95334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.06%

R = 53.6%
G = 18.35%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95334E (or 0x95334E) is known color: Lipstick. HEX triplet: 95, 33 and 4E. RGB value is (149,51,78). Sum of RGB (Red+Green+Blue) = 149+51+78=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95334E is #6ACCB1. Grayscale: #535353. Windows color (decimal): -6999218 or 5125013. OLE color: 5125013.

HSL color Cylindrical-coordinate representation of color #95334E: hue angle of 343.47º 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 #95334E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 78 -
CMYK 0 0.66 0.48 0.42
HSL 343.47º 0.49% 0.39% -
HSV(B) 343.47º 0.66% 0.58% -
XYZ 14.95 9.31 8.22 -
YUV 83.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 149 51 78 0 0.66 0.48 0.42 343.47 0.49 0.39
Hex 95 33 4E 0 42 30 2A 157 31 27
Octal 225 63 116 0 102 60 52 527 61 47
Binary 10010101 110011 1001110 0 1000010 110000 101010 101010111 110001 100111

Color Harmonies of #95334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95334E

Black with #95334E

Text Example


Text Example

White with #95334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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