Html Css Color HEX #952268 Lipstick

📋 copy color: '#952268'

red 149 ◦ green 34 ◦ blue 104

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

Shades of Lipstick #952268

Tints of Lipstick #952268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 51.92%
G = 11.85%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952268 (or 0x952268) is known color: Lipstick. HEX triplet: 95, 22 and 68. RGB value is (149,34,104). Sum of RGB (Red+Green+Blue) = 149+34+104=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #952268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952268 is #6ADD97. Grayscale: #4C4C4C. Windows color (decimal): -7003544 or 6824597. OLE color: 6824597.

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

Color convert

RGB 149 34 104 -
CMYK 0 0.77 0.30 0.42
HSL 323.48º 0.63% 0.36% -
HSV(B) 323.48º 0.77% 0.58% -
XYZ 15.47 8.53 13.93 -
YUV 76.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 149 34 104 0 0.77 0.30 0.42 323.48 0.63 0.36
Hex 95 22 68 0 4D 1E 2A 143 3F 24
Octal 225 42 150 0 115 36 52 503 77 44
Binary 10010101 100010 1101000 0 1001101 11110 101010 101000011 111111 100100

Color Harmonies of #952268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952268

Black with #952268

Text Example


Text Example

White with #952268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952268; }

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

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

background-color css

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

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

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

border-color css

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

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

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