Html Css Color HEX #95315F Lipstick

📋 copy color: '#95315F'

red 149 ◦ green 49 ◦ blue 95

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

Shades of Lipstick #95315F

Tints of Lipstick #95315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 50.85%
G = 16.72%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95315F (or 0x95315F) is known color: Lipstick. HEX triplet: 95, 31 and 5F. RGB value is (149,49,95). Sum of RGB (Red+Green+Blue) = 149+49+95=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95315F is #6ACEA0. Grayscale: #545454. Windows color (decimal): -6999713 or 6238613. OLE color: 6238613.

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

Color convert

RGB 149 49 95 -
CMYK 0 0.67 0.36 0.42
HSL 332.4º 0.51% 0.39% -
HSV(B) 332.4º 0.67% 0.58% -
XYZ 15.56 9.41 11.82 -
YUV 84.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 149 49 95 0 0.67 0.36 0.42 332.4 0.51 0.39
Hex 95 31 5F 0 43 24 2A 14C 33 27
Octal 225 61 137 0 103 44 52 514 63 47
Binary 10010101 110001 1011111 0 1000011 100100 101010 101001100 110011 100111

Color Harmonies of #95315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95315F

Black with #95315F

Text Example


Text Example

White with #95315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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