Html Css Color HEX #95345E Lipstick

📋 copy color: '#95345E'

red 149 ◦ green 52 ◦ blue 94

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

Shades of Lipstick #95345E

Tints of Lipstick #95345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 50.51%
G = 17.63%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95345E (or 0x95345E) is known color: Lipstick. HEX triplet: 95, 34 and 5E. RGB value is (149,52,94). Sum of RGB (Red+Green+Blue) = 149+52+94=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95345E is #6ACBA1. Grayscale: #555555. Windows color (decimal): -6998946 or 6173845. OLE color: 6173845.

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

Color convert

RGB 149 52 94 -
CMYK 0 0.65 0.37 0.42
HSL 334.02º 0.48% 0.39% -
HSV(B) 334.02º 0.65% 0.58% -
XYZ 15.64 9.65 11.63 -
YUV 85.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 149 52 94 0 0.65 0.37 0.42 334.02 0.48 0.39
Hex 95 34 5E 0 41 25 2A 14E 30 27
Octal 225 64 136 0 101 45 52 516 60 47
Binary 10010101 110100 1011110 0 1000001 100101 101010 101001110 110000 100111

Color Harmonies of #95345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95345E

Black with #95345E

Text Example


Text Example

White with #95345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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