Html Css Color HEX #952844 Lipstick

📋 copy color: '#952844'

red 149 ◦ green 40 ◦ blue 68

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

Shades of Lipstick #952844

Tints of Lipstick #952844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.46%

R = 57.98%
G = 15.56%
B = 26.46%

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

#952844 (or 0x952844) is known color: Lipstick. HEX triplet: 95, 28 and 44. RGB value is (149,40,68). Sum of RGB (Red+Green+Blue) = 149+40+68=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952844 is #6AD7BB. Grayscale: #4B4B4B. Windows color (decimal): -7002044 or 4466837. OLE color: 4466837.

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

Color convert

RGB 149 40 68 -
CMYK 0 0.73 0.54 0.42
HSL 344.59º 0.58% 0.37% -
HSV(B) 344.59º 0.73% 0.58% -
XYZ 14.2 8.32 6.33 -
YUV 75.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 149 40 68 0 0.73 0.54 0.42 344.59 0.58 0.37
Hex 95 28 44 0 49 36 2A 159 3A 25
Octal 225 50 104 0 111 66 52 531 72 45
Binary 10010101 101000 1000100 0 1001001 110110 101010 101011001 111010 100101

Color Harmonies of #952844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952844

Black with #952844

Text Example


Text Example

White with #952844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952844; }

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

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

background-color css

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

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

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

border-color css

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

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

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