Html Css Color HEX #95346D Lipstick

📋 copy color: '#95346D'

red 149 ◦ green 52 ◦ blue 109

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

Shades of Lipstick #95346D

Tints of Lipstick #95346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 48.06%
G = 16.77%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95346D (or 0x95346D) is known color: Lipstick. HEX triplet: 95, 34 and 6D. RGB value is (149,52,109). Sum of RGB (Red+Green+Blue) = 149+52+109=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95346D is #6ACB92. Grayscale: #575757. Windows color (decimal): -6998931 or 7156885. OLE color: 7156885.

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

Color convert

RGB 149 52 109 -
CMYK 0 0.65 0.27 0.42
HSL 324.74º 0.48% 0.39% -
HSV(B) 324.74º 0.65% 0.58% -
XYZ 16.38 9.95 15.53 -
YUV 87.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 149 52 109 0 0.65 0.27 0.42 324.74 0.48 0.39
Hex 95 34 6D 0 41 1B 2A 145 30 27
Octal 225 64 155 0 101 33 52 505 60 47
Binary 10010101 110100 1101101 0 1000001 11011 101010 101000101 110000 100111

Color Harmonies of #95346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95346D

Black with #95346D

Text Example


Text Example

White with #95346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,52,109); }

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

background-color css

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

 a { background-color: rgb(149,52,109); }

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

border-color css

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

 span { border-color: rgb(149,52,109); }

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