Html Css Color HEX #95345D Lipstick

📋 copy color: '#95345D'

red 149 ◦ green 52 ◦ blue 93

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

Shades of Lipstick #95345D

Tints of Lipstick #95345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 50.68%
G = 17.69%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95345D (or 0x95345D) is known color: Lipstick. HEX triplet: 95, 34 and 5D. RGB value is (149,52,93). Sum of RGB (Red+Green+Blue) = 149+52+93=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95345D is #6ACBA2. Grayscale: #555555. Windows color (decimal): -6998947 or 6108309. OLE color: 6108309.

HSL color Cylindrical-coordinate representation of color #95345D: hue angle of 334.64º 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 #95345D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 93 -
CMYK 0 0.65 0.38 0.42
HSL 334.64º 0.48% 0.39% -
HSV(B) 334.64º 0.65% 0.58% -
XYZ 15.6 9.64 11.39 -
YUV 85.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 149 52 93 0 0.65 0.38 0.42 334.64 0.48 0.39
Hex 95 34 5D 0 41 26 2A 14F 30 27
Octal 225 64 135 0 101 46 52 517 60 47
Binary 10010101 110100 1011101 0 1000001 100110 101010 101001111 110000 100111

Color Harmonies of #95345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95345D

Black with #95345D

Text Example


Text Example

White with #95345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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