Html Css Color HEX #95314D Lipstick

📋 copy color: '#95314D'

red 149 ◦ green 49 ◦ blue 77

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

Shades of Lipstick #95314D

Tints of Lipstick #95314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28%

R = 54.18%
G = 17.82%
B = 28%

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

#95314D (or 0x95314D) is known color: Lipstick. HEX triplet: 95, 31 and 4D. RGB value is (149,49,77). Sum of RGB (Red+Green+Blue) = 149+49+77=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95314D is #6ACEB2. Grayscale: #525252. Windows color (decimal): -6999731 or 5058965. OLE color: 5058965.

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

Color convert

RGB 149 49 77 -
CMYK 0 0.67 0.48 0.42
HSL 343.2º 0.51% 0.39% -
HSV(B) 343.2º 0.67% 0.58% -
XYZ 14.83 9.12 8 -
YUV 82.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 149 49 77 0 0.67 0.48 0.42 343.2 0.51 0.39
Hex 95 31 4D 0 43 30 2A 157 33 27
Octal 225 61 115 0 103 60 52 527 63 47
Binary 10010101 110001 1001101 0 1000011 110000 101010 101010111 110011 100111

Color Harmonies of #95314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95314D

Black with #95314D

Text Example


Text Example

White with #95314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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