Html Css Color HEX #95295F Lipstick

📋 copy color: '#95295F'

red 149 ◦ green 41 ◦ blue 95

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

Shades of Lipstick #95295F

Tints of Lipstick #95295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 52.28%
G = 14.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95295F (or 0x95295F) is known color: Lipstick. HEX triplet: 95, 29 and 5F. RGB value is (149,41,95). Sum of RGB (Red+Green+Blue) = 149+41+95=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #95295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95295F is #6AD6A0. Grayscale: #4F4F4F. Windows color (decimal): -7001761 or 6236565. OLE color: 6236565.

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

Color convert

RGB 149 41 95 -
CMYK 0 0.72 0.36 0.42
HSL 330º 0.57% 0.37% -
HSV(B) 330º 0.72% 0.58% -
XYZ 15.25 8.8 11.72 -
YUV 79.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 149 41 95 0 0.72 0.36 0.42 330 0.57 0.37
Hex 95 29 5F 0 48 24 2A 14A 39 25
Octal 225 51 137 0 110 44 52 512 71 45
Binary 10010101 101001 1011111 0 1001000 100100 101010 101001010 111001 100101

Color Harmonies of #95295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95295F

Black with #95295F

Text Example


Text Example

White with #95295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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