Html Css Color HEX #953065 Lipstick

📋 copy color: '#953065'

red 149 ◦ green 48 ◦ blue 101

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

Shades of Lipstick #953065

Tints of Lipstick #953065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 50%
G = 16.11%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953065 (or 0x953065) is known color: Lipstick. HEX triplet: 95, 30 and 65. RGB value is (149,48,101). Sum of RGB (Red+Green+Blue) = 149+48+101=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #953065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953065 is #6ACF9A. Grayscale: #545454. Windows color (decimal): -6999963 or 6631573. OLE color: 6631573.

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

Color convert

RGB 149 48 101 -
CMYK 0 0.68 0.32 0.42
HSL 328.51º 0.51% 0.39% -
HSV(B) 328.51º 0.68% 0.58% -
XYZ 15.8 9.44 13.3 -
YUV 84.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 149 48 101 0 0.68 0.32 0.42 328.51 0.51 0.39
Hex 95 30 65 0 44 20 2A 149 33 27
Octal 225 60 145 0 104 40 52 511 63 47
Binary 10010101 110000 1100101 0 1000100 100000 101010 101001001 110011 100111

Color Harmonies of #953065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953065

Black with #953065

Text Example


Text Example

White with #953065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953065; }

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

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

background-color css

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

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

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

border-color css

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

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

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