Html Css Color HEX #952A4F Lipstick

📋 copy color: '#952A4F'

red 149 ◦ green 42 ◦ blue 79

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

Shades of Lipstick #952A4F

Tints of Lipstick #952A4F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

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

R = 55.19%
G = 15.56%
B = 29.26%

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

#952A4F (or 0x952A4F) is known color: Lipstick. HEX triplet: 95, 2A and 4F. RGB value is (149,42,79). Sum of RGB (Red+Green+Blue) = 149+42+79=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A4F is #6AD5B0. Grayscale: #4E4E4E. Windows color (decimal): -7001521 or 5188245. OLE color: 5188245.

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

Color convert

RGB 149 42 79 -
CMYK 0 0.72 0.47 0.42
HSL 339.25º 0.56% 0.37% -
HSV(B) 339.25º 0.72% 0.58% -
XYZ 14.63 8.61 8.29 -
YUV 78.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 149 42 79 0 0.72 0.47 0.42 339.25 0.56 0.37
Hex 95 2A 4F 0 48 2F 2A 153 38 25
Octal 225 52 117 0 110 57 52 523 70 45
Binary 10010101 101010 1001111 0 1001000 101111 101010 101010011 111000 100101

Color Harmonies of #952A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A4F

Black with #952A4F

Text Example


Text Example

White with #952A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A4F; }

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

 H1.HeaderClassName
 {
   color: #952A4F;
 }
 .AnyTagClassName
 {
   color: #952A4F;
 }
</style>

background-color css

<style>
 a { background-color: #952A4F; }

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

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

border-color css

<style>
 span { border-color: #952A4F; }

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

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