Html Css Color HEX #951F4F Lipstick

📋 copy color: '#951F4F'

red 149 ◦ green 31 ◦ blue 79

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

Shades of Lipstick #951F4F

Tints of Lipstick #951F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 57.53%
G = 11.97%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#951F4F (or 0x951F4F) is known color: Lipstick. HEX triplet: 95, 1F and 4F. RGB value is (149,31,79). Sum of RGB (Red+Green+Blue) = 149+31+79=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #951F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F4F is #6AE0B0. Grayscale: #474747. Windows color (decimal): -7004337 or 5185429. OLE color: 5185429.

HSL color Cylindrical-coordinate representation of color #951F4F: hue angle of 335.59º 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 #951F4F is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 79 -
CMYK 0 0.79 0.47 0.42
HSL 335.59º 0.66% 0.35% -
HSV(B) 335.59º 0.79% 0.58% -
XYZ 14.3 7.93 8.18 -
YUV 71.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 149 31 79 0 0.79 0.47 0.42 335.59 0.66 0.35
Hex 95 1F 4F 0 4F 2F 2A 150 42 23
Octal 225 37 117 0 117 57 52 520 102 43
Binary 10010101 11111 1001111 0 1001111 101111 101010 101010000 1000010 100011

Color Harmonies of #951F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F4F

Black with #951F4F

Text Example


Text Example

White with #951F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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