Html Css Color HEX #95294F Lipstick

📋 copy color: '#95294F'

red 149 ◦ green 41 ◦ blue 79

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

Shades of Lipstick #95294F

Tints of Lipstick #95294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 55.39%
G = 15.24%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95294F (or 0x95294F) is known color: Lipstick. HEX triplet: 95, 29 and 4F. RGB value is (149,41,79). Sum of RGB (Red+Green+Blue) = 149+41+79=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #95294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95294F is #6AD6B0. Grayscale: #4D4D4D. Windows color (decimal): -7001777 or 5187989. OLE color: 5187989.

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

Color convert

RGB 149 41 79 -
CMYK 0 0.72 0.47 0.42
HSL 338.89º 0.57% 0.37% -
HSV(B) 338.89º 0.72% 0.58% -
XYZ 14.6 8.54 8.28 -
YUV 77.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 149 41 79 0 0.72 0.47 0.42 338.89 0.57 0.37
Hex 95 29 4F 0 48 2F 2A 153 39 25
Octal 225 51 117 0 110 57 52 523 71 45
Binary 10010101 101001 1001111 0 1001000 101111 101010 101010011 111001 100101

Color Harmonies of #95294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95294F

Black with #95294F

Text Example


Text Example

White with #95294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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