Html Css Color HEX #952244 Lipstick

📋 copy color: '#952244'

red 149 ◦ green 34 ◦ blue 68

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

Shades of Lipstick #952244

Tints of Lipstick #952244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

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

R = 59.36%
G = 13.55%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952244 (or 0x952244) is known color: Lipstick. HEX triplet: 95, 22 and 44. RGB value is (149,34,68). Sum of RGB (Red+Green+Blue) = 149+34+68=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952244 is #6ADDBB. Grayscale: #484848. Windows color (decimal): -7003580 or 4465301. OLE color: 4465301.

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

Color convert

RGB 149 34 68 -
CMYK 0 0.77 0.54 0.42
HSL 342.26º 0.63% 0.36% -
HSV(B) 342.26º 0.77% 0.58% -
XYZ 14.01 7.95 6.27 -
YUV 72.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 149 34 68 0 0.77 0.54 0.42 342.26 0.63 0.36
Hex 95 22 44 0 4D 36 2A 156 3F 24
Octal 225 42 104 0 115 66 52 526 77 44
Binary 10010101 100010 1000100 0 1001101 110110 101010 101010110 111111 100100

Color Harmonies of #952244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952244

Black with #952244

Text Example


Text Example

White with #952244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952244; }

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

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

background-color css

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

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

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

border-color css

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

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

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