Html Css Color HEX #952945 Lipstick

📋 copy color: '#952945'

red 149 ◦ green 41 ◦ blue 69

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

Shades of Lipstick #952945

Tints of Lipstick #952945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 57.53%
G = 15.83%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952945 (or 0x952945) is known color: Lipstick. HEX triplet: 95, 29 and 45. RGB value is (149,41,69). Sum of RGB (Red+Green+Blue) = 149+41+69=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952945 is #6AD6BA. Grayscale: #4C4C4C. Windows color (decimal): -7001787 or 4532629. OLE color: 4532629.

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

Color convert

RGB 149 41 69 -
CMYK 0 0.72 0.54 0.42
HSL 344.44º 0.57% 0.37% -
HSV(B) 344.44º 0.72% 0.58% -
XYZ 14.26 8.41 6.5 -
YUV 76.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 149 41 69 0 0.72 0.54 0.42 344.44 0.57 0.37
Hex 95 29 45 0 48 36 2A 158 39 25
Octal 225 51 105 0 110 66 52 530 71 45
Binary 10010101 101001 1000101 0 1001000 110110 101010 101011000 111001 100101

Color Harmonies of #952945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952945

Black with #952945

Text Example


Text Example

White with #952945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952945; }

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

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

background-color css

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

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

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

border-color css

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

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

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