Html Css Color HEX #95334A Lipstick

📋 copy color: '#95334A'

red 149 ◦ green 51 ◦ blue 74

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

Shades of Lipstick #95334A

Tints of Lipstick #95334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 54.38%
G = 18.61%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95334A (or 0x95334A) is known color: Lipstick. HEX triplet: 95, 33 and 4A. RGB value is (149,51,74). Sum of RGB (Red+Green+Blue) = 149+51+74=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95334A is #6ACCB5. Grayscale: #525252. Windows color (decimal): -6999222 or 4862869. OLE color: 4862869.

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

Color convert

RGB 149 51 74 -
CMYK 0 0.66 0.50 0.42
HSL 345.92º 0.49% 0.39% -
HSV(B) 345.92º 0.66% 0.58% -
XYZ 14.81 9.25 7.48 -
YUV 82.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 149 51 74 0 0.66 0.50 0.42 345.92 0.49 0.39
Hex 95 33 4A 0 42 32 2A 15A 31 27
Octal 225 63 112 0 102 62 52 532 61 47
Binary 10010101 110011 1001010 0 1000010 110010 101010 101011010 110001 100111

Color Harmonies of #95334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95334A

Black with #95334A

Text Example


Text Example

White with #95334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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