Html Css Color HEX #95314E Lipstick

📋 copy color: '#95314E'

red 149 ◦ green 49 ◦ blue 78

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

Shades of Lipstick #95314E

Tints of Lipstick #95314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 53.99%
G = 17.75%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95314E (or 0x95314E) is known color: Lipstick. HEX triplet: 95, 31 and 4E. RGB value is (149,49,78). Sum of RGB (Red+Green+Blue) = 149+49+78=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95314E is #6ACEB1. Grayscale: #525252. Windows color (decimal): -6999730 or 5124501. OLE color: 5124501.

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

Color convert

RGB 149 49 78 -
CMYK 0 0.67 0.48 0.42
HSL 342.6º 0.51% 0.39% -
HSV(B) 342.6º 0.67% 0.58% -
XYZ 14.87 9.14 8.19 -
YUV 82.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 149 49 78 0 0.67 0.48 0.42 342.6 0.51 0.39
Hex 95 31 4E 0 43 30 2A 157 33 27
Octal 225 61 116 0 103 60 52 527 63 47
Binary 10010101 110001 1001110 0 1000011 110000 101010 101010111 110011 100111

Color Harmonies of #95314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95314E

Black with #95314E

Text Example


Text Example

White with #95314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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