Html Css Color HEX #953261 Lipstick

📋 copy color: '#953261'

red 149 ◦ green 50 ◦ blue 97

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

Shades of Lipstick #953261

Tints of Lipstick #953261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 50.34%
G = 16.89%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#953261 (or 0x953261) is known color: Lipstick. HEX triplet: 95, 32 and 61. RGB value is (149,50,97). Sum of RGB (Red+Green+Blue) = 149+50+97=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #953261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953261 is #6ACD9E. Grayscale: #545454. Windows color (decimal): -6999455 or 6369941. OLE color: 6369941.

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

Color convert

RGB 149 50 97 -
CMYK 0 0.66 0.35 0.42
HSL 331.52º 0.5% 0.39% -
HSV(B) 331.52º 0.66% 0.58% -
XYZ 15.69 9.53 12.32 -
YUV 84.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 149 50 97 0 0.66 0.35 0.42 331.52 0.5 0.39
Hex 95 32 61 0 42 23 2A 14C 32 27
Octal 225 62 141 0 102 43 52 514 62 47
Binary 10010101 110010 1100001 0 1000010 100011 101010 101001100 110010 100111

Color Harmonies of #953261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953261

Black with #953261

Text Example


Text Example

White with #953261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953261; }

 p { color: rgb(149,50,97); }

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

background-color css

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

 a { background-color: rgb(149,50,97); }

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

border-color css

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

 span { border-color: rgb(149,50,97); }

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