Html Css Color HEX #95315B Lipstick

📋 copy color: '#95315B'

red 149 ◦ green 49 ◦ blue 91

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

Shades of Lipstick #95315B

Tints of Lipstick #95315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 51.56%
G = 16.96%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95315B (or 0x95315B) is known color: Lipstick. HEX triplet: 95, 31 and 5B. RGB value is (149,49,91). Sum of RGB (Red+Green+Blue) = 149+49+91=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95315B is #6ACEA4. Grayscale: #535353. Windows color (decimal): -6999717 or 5976469. OLE color: 5976469.

HSL color Cylindrical-coordinate representation of color #95315B: hue angle of 334.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95315B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 91 -
CMYK 0 0.67 0.39 0.42
HSL 334.8º 0.51% 0.39% -
HSV(B) 334.8º 0.67% 0.58% -
XYZ 15.38 9.34 10.89 -
YUV 83.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 149 49 91 0 0.67 0.39 0.42 334.8 0.51 0.39
Hex 95 31 5B 0 43 27 2A 14F 33 27
Octal 225 61 133 0 103 47 52 517 63 47
Binary 10010101 110001 1011011 0 1000011 100111 101010 101001111 110011 100111

Color Harmonies of #95315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95315B

Black with #95315B

Text Example


Text Example

White with #95315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95315B; }

 p { color: rgb(149,49,91); }

 H1.HeaderClassName
 {
   color: #95315B;
 }
 .AnyTagClassName
 {
   color: #95315B;
 }
</style>

background-color css

<style>
 a { background-color: #95315B; }

 a { background-color: rgb(149,49,91); }

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

border-color css

<style>
 span { border-color: #95315B; }

 span { border-color: rgb(149,49,91); }

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