Html Css Color HEX #952456 Lipstick

📋 copy color: '#952456'

red 149 ◦ green 36 ◦ blue 86

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

Shades of Lipstick #952456

Tints of Lipstick #952456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 54.98%
G = 13.28%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#952456 (or 0x952456) is known color: Lipstick. HEX triplet: 95, 24 and 56. RGB value is (149,36,86). Sum of RGB (Red+Green+Blue) = 149+36+86=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952456 is #6ADBA9. Grayscale: #4B4B4B. Windows color (decimal): -7003050 or 5645461. OLE color: 5645461.

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

Color convert

RGB 149 36 86 -
CMYK 0 0.76 0.42 0.42
HSL 333.45º 0.61% 0.36% -
HSV(B) 333.45º 0.76% 0.58% -
XYZ 14.71 8.32 9.64 -
YUV 75.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 149 36 86 0 0.76 0.42 0.42 333.45 0.61 0.36
Hex 95 24 56 0 4C 2A 2A 14D 3D 24
Octal 225 44 126 0 114 52 52 515 75 44
Binary 10010101 100100 1010110 0 1001100 101010 101010 101001101 111101 100100

Color Harmonies of #952456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952456

Black with #952456

Text Example


Text Example

White with #952456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952456; }

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

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

background-color css

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

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

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

border-color css

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

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

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