Html Css Color HEX #951F50 Lipstick

📋 copy color: '#951F50'

red 149 ◦ green 31 ◦ blue 80

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

Shades of Lipstick #951F50

Tints of Lipstick #951F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 57.31%
G = 11.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#951F50 (or 0x951F50) is known color: Lipstick. HEX triplet: 95, 1F and 50. RGB value is (149,31,80). Sum of RGB (Red+Green+Blue) = 149+31+80=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #951F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F50 is #6AE0AF. Grayscale: #474747. Windows color (decimal): -7004336 or 5250965. OLE color: 5250965.

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

Color convert

RGB 149 31 80 -
CMYK 0 0.79 0.46 0.42
HSL 335.08º 0.66% 0.35% -
HSV(B) 335.08º 0.79% 0.58% -
XYZ 14.33 7.95 8.37 -
YUV 71.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 149 31 80 0 0.79 0.46 0.42 335.08 0.66 0.35
Hex 95 1F 50 0 4F 2E 2A 14F 42 23
Octal 225 37 120 0 117 56 52 517 102 43
Binary 10010101 11111 1010000 0 1001111 101110 101010 101001111 1000010 100011

Color Harmonies of #951F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F50

Black with #951F50

Text Example


Text Example

White with #951F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951F50; }

 p { color: rgb(149,31,80); }

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

background-color css

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

 a { background-color: rgb(149,31,80); }

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

border-color css

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

 span { border-color: rgb(149,31,80); }

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