Html Css Color HEX #95314C Lipstick

📋 copy color: '#95314C'

red 149 ◦ green 49 ◦ blue 76

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

Shades of Lipstick #95314C

Tints of Lipstick #95314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 54.38%
G = 17.88%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95314C (or 0x95314C) is known color: Lipstick. HEX triplet: 95, 31 and 4C. RGB value is (149,49,76). Sum of RGB (Red+Green+Blue) = 149+49+76=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95314C is #6ACEB3. Grayscale: #515151. Windows color (decimal): -6999732 or 4993429. OLE color: 4993429.

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

Color convert

RGB 149 49 76 -
CMYK 0 0.67 0.49 0.42
HSL 343.8º 0.51% 0.39% -
HSV(B) 343.8º 0.67% 0.58% -
XYZ 14.8 9.11 7.82 -
YUV 81.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 149 49 76 0 0.67 0.49 0.42 343.8 0.51 0.39
Hex 95 31 4C 0 43 31 2A 158 33 27
Octal 225 61 114 0 103 61 52 530 63 47
Binary 10010101 110001 1001100 0 1000011 110001 101010 101011000 110011 100111

Color Harmonies of #95314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95314C

Black with #95314C

Text Example


Text Example

White with #95314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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