Html Css Color HEX #952845 Lipstick

📋 copy color: '#952845'

red 149 ◦ green 40 ◦ blue 69

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

Shades of Lipstick #952845

Tints of Lipstick #952845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 57.75%
G = 15.5%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952845 (or 0x952845) is known color: Lipstick. HEX triplet: 95, 28 and 45. RGB value is (149,40,69). Sum of RGB (Red+Green+Blue) = 149+40+69=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #952845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952845 is #6AD7BA. Grayscale: #4B4B4B. Windows color (decimal): -7002043 or 4532373. OLE color: 4532373.

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

Color convert

RGB 149 40 69 -
CMYK 0 0.73 0.54 0.42
HSL 344.04º 0.58% 0.37% -
HSV(B) 344.04º 0.73% 0.58% -
XYZ 14.23 8.34 6.49 -
YUV 75.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 149 40 69 0 0.73 0.54 0.42 344.04 0.58 0.37
Hex 95 28 45 0 49 36 2A 158 3A 25
Octal 225 50 105 0 111 66 52 530 72 45
Binary 10010101 101000 1000101 0 1001001 110110 101010 101011000 111010 100101

Color Harmonies of #952845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952845

Black with #952845

Text Example


Text Example

White with #952845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952845; }

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

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

background-color css

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

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

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

border-color css

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

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

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