Html Css Color HEX #95365F Lipstick

📋 copy color: '#95365F'

red 149 ◦ green 54 ◦ blue 95

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

Shades of Lipstick #95365F

Tints of Lipstick #95365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

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

R = 50%
G = 18.12%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95365F (or 0x95365F) is known color: Lipstick. HEX triplet: 95, 36 and 5F. RGB value is (149,54,95). Sum of RGB (Red+Green+Blue) = 149+54+95=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95365F is #6AC9A0. Grayscale: #575757. Windows color (decimal): -6998433 or 6239893. OLE color: 6239893.

HSL color Cylindrical-coordinate representation of color #95365F: hue angle of 334.11º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95365F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 95 -
CMYK 0 0.64 0.36 0.42
HSL 334.11º 0.47% 0.4% -
HSV(B) 334.11º 0.64% 0.58% -
XYZ 15.78 9.85 11.9 -
YUV 87.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 149 54 95 0 0.64 0.36 0.42 334.11 0.47 0.4
Hex 95 36 5F 0 40 24 2A 14E 2F 28
Octal 225 66 137 0 100 44 52 516 57 50
Binary 10010101 110110 1011111 0 1000000 100100 101010 101001110 101111 101000

Color Harmonies of #95365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95365F

Black with #95365F

Text Example


Text Example

White with #95365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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