Html Css Color HEX #952165 Lipstick

📋 copy color: '#952165'

red 149 ◦ green 33 ◦ blue 101

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

Shades of Lipstick #952165

Tints of Lipstick #952165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 52.65%
G = 11.66%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952165 (or 0x952165) is known color: Lipstick. HEX triplet: 95, 21 and 65. RGB value is (149,33,101). Sum of RGB (Red+Green+Blue) = 149+33+101=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952165 is #6ADE9A. Grayscale: #4B4B4B. Windows color (decimal): -7003803 or 6627733. OLE color: 6627733.

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

Color convert

RGB 149 33 101 -
CMYK 0 0.78 0.32 0.42
HSL 324.83º 0.64% 0.36% -
HSV(B) 324.83º 0.78% 0.58% -
XYZ 15.29 8.42 13.13 -
YUV 75.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 149 33 101 0 0.78 0.32 0.42 324.83 0.64 0.36
Hex 95 21 65 0 4E 20 2A 145 40 24
Octal 225 41 145 0 116 40 52 505 100 44
Binary 10010101 100001 1100101 0 1001110 100000 101010 101000101 1000000 100100

Color Harmonies of #952165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952165

Black with #952165

Text Example


Text Example

White with #952165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952165; }

 p { color: rgb(149,33,101); }

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

background-color css

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

 a { background-color: rgb(149,33,101); }

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

border-color css

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

 span { border-color: rgb(149,33,101); }

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