Html Css Color HEX #952365 Lipstick

📋 copy color: '#952365'

red 149 ◦ green 35 ◦ blue 101

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

Shades of Lipstick #952365

Tints of Lipstick #952365

RGB

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

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

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

R = 52.28%
G = 12.28%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952365 (or 0x952365) is known color: Lipstick. HEX triplet: 95, 23 and 65. RGB value is (149,35,101). Sum of RGB (Red+Green+Blue) = 149+35+101=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952365 is #6ADC9A. Grayscale: #4C4C4C. Windows color (decimal): -7003291 or 6628245. OLE color: 6628245.

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

Color convert

RGB 149 35 101 -
CMYK 0 0.77 0.32 0.42
HSL 325.26º 0.62% 0.36% -
HSV(B) 325.26º 0.77% 0.58% -
XYZ 15.34 8.53 13.15 -
YUV 76.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 149 35 101 0 0.77 0.32 0.42 325.26 0.62 0.36
Hex 95 23 65 0 4D 20 2A 145 3E 24
Octal 225 43 145 0 115 40 52 505 76 44
Binary 10010101 100011 1100101 0 1001101 100000 101010 101000101 111110 100100

Color Harmonies of #952365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952365

Black with #952365

Text Example


Text Example

White with #952365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952365; }

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

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

background-color css

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

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

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

border-color css

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

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

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