Html Css Color HEX #952356 Lipstick

📋 copy color: '#952356'

red 149 ◦ green 35 ◦ blue 86

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

Shades of Lipstick #952356

Tints of Lipstick #952356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 55.19%
G = 12.96%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#952356 (or 0x952356) is known color: Lipstick. HEX triplet: 95, 23 and 56. RGB value is (149,35,86). Sum of RGB (Red+Green+Blue) = 149+35+86=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952356 is #6ADCA9. Grayscale: #4A4A4A. Windows color (decimal): -7003306 or 5645205. OLE color: 5645205.

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

Color convert

RGB 149 35 86 -
CMYK 0 0.77 0.42 0.42
HSL 333.16º 0.62% 0.36% -
HSV(B) 333.16º 0.77% 0.58% -
XYZ 14.68 8.26 9.63 -
YUV 74.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 149 35 86 0 0.77 0.42 0.42 333.16 0.62 0.36
Hex 95 23 56 0 4D 2A 2A 14D 3E 24
Octal 225 43 126 0 115 52 52 515 76 44
Binary 10010101 100011 1010110 0 1001101 101010 101010 101001101 111110 100100

Color Harmonies of #952356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952356

Black with #952356

Text Example


Text Example

White with #952356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952356; }

 p { color: rgb(149,35,86); }

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

background-color css

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

 a { background-color: rgb(149,35,86); }

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

border-color css

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

 span { border-color: rgb(149,35,86); }

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