Html Css Color HEX #95375E Lipstick

📋 copy color: '#95375E'

red 149 ◦ green 55 ◦ blue 94

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

Shades of Lipstick #95375E

Tints of Lipstick #95375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 50%
G = 18.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95375E (or 0x95375E) is known color: Lipstick. HEX triplet: 95, 37 and 5E. RGB value is (149,55,94). Sum of RGB (Red+Green+Blue) = 149+55+94=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95375E is #6AC8A1. Grayscale: #575757. Windows color (decimal): -6998178 or 6174613. OLE color: 6174613.

HSL color Cylindrical-coordinate representation of color #95375E: hue angle of 335.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95375E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 94 -
CMYK 0 0.63 0.37 0.42
HSL 335.11º 0.46% 0.4% -
HSV(B) 335.11º 0.63% 0.58% -
XYZ 15.78 9.93 11.67 -
YUV 87.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 149 55 94 0 0.63 0.37 0.42 335.11 0.46 0.4
Hex 95 37 5E 0 3F 25 2A 14F 2E 28
Octal 225 67 136 0 77 45 52 517 56 50
Binary 10010101 110111 1011110 0 111111 100101 101010 101001111 101110 101000

Color Harmonies of #95375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95375E

Black with #95375E

Text Example


Text Example

White with #95375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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