Html Css Color HEX #953062 Lipstick

📋 copy color: '#953062'

red 149 ◦ green 48 ◦ blue 98

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

Shades of Lipstick #953062

Tints of Lipstick #953062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 50.51%
G = 16.27%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953062 (or 0x953062) is known color: Lipstick. HEX triplet: 95, 30 and 62. RGB value is (149,48,98). Sum of RGB (Red+Green+Blue) = 149+48+98=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #953062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953062 is #6ACF9D. Grayscale: #535353. Windows color (decimal): -6999966 or 6434965. OLE color: 6434965.

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

Color convert

RGB 149 48 98 -
CMYK 0 0.68 0.34 0.42
HSL 330.3º 0.51% 0.39% -
HSV(B) 330.3º 0.68% 0.58% -
XYZ 15.66 9.39 12.54 -
YUV 83.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 149 48 98 0 0.68 0.34 0.42 330.3 0.51 0.39
Hex 95 30 62 0 44 22 2A 14A 33 27
Octal 225 60 142 0 104 42 52 512 63 47
Binary 10010101 110000 1100010 0 1000100 100010 101010 101001010 110011 100111

Color Harmonies of #953062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953062

Black with #953062

Text Example


Text Example

White with #953062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953062; }

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

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

background-color css

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

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

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

border-color css

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

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

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