Html Css Color HEX #951C50 Lipstick

📋 copy color: '#951C50'

red 149 ◦ green 28 ◦ blue 80

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

Shades of Lipstick #951C50

Tints of Lipstick #951C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 57.98%
G = 10.89%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#951C50 (or 0x951C50) is known color: Lipstick. HEX triplet: 95, 1C and 50. RGB value is (149,28,80). Sum of RGB (Red+Green+Blue) = 149+28+80=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #951C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C50 is #6AE3AF. Grayscale: #464646. Windows color (decimal): -7005104 or 5250197. OLE color: 5250197.

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

Color convert

RGB 149 28 80 -
CMYK 0 0.81 0.46 0.42
HSL 334.21º 0.68% 0.35% -
HSV(B) 334.21º 0.81% 0.58% -
XYZ 14.26 7.8 8.34 -
YUV 70.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 149 28 80 0 0.81 0.46 0.42 334.21 0.68 0.35
Hex 95 1C 50 0 51 2E 2A 14E 44 23
Octal 225 34 120 0 121 56 52 516 104 43
Binary 10010101 11100 1010000 0 1010001 101110 101010 101001110 1000100 100011

Color Harmonies of #951C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C50

Black with #951C50

Text Example


Text Example

White with #951C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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