Html Css Color HEX #951C4F Lipstick

📋 copy color: '#951C4F'

red 149 ◦ green 28 ◦ blue 79

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

Shades of Lipstick #951C4F

Tints of Lipstick #951C4F

RGB

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

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

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

R = 58.2%
G = 10.94%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#951C4F (or 0x951C4F) is known color: Lipstick. HEX triplet: 95, 1C and 4F. RGB value is (149,28,79). Sum of RGB (Red+Green+Blue) = 149+28+79=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #951C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C4F is #6AE3B0. Grayscale: #454545. Windows color (decimal): -7005105 or 5184661. OLE color: 5184661.

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

Color convert

RGB 149 28 79 -
CMYK 0 0.81 0.47 0.42
HSL 334.71º 0.68% 0.35% -
HSV(B) 334.71º 0.81% 0.58% -
XYZ 14.22 7.78 8.15 -
YUV 69.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 149 28 79 0 0.81 0.47 0.42 334.71 0.68 0.35
Hex 95 1C 4F 0 51 2F 2A 14F 44 23
Octal 225 34 117 0 121 57 52 517 104 43
Binary 10010101 11100 1001111 0 1010001 101111 101010 101001111 1000100 100011

Color Harmonies of #951C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C4F

Black with #951C4F

Text Example


Text Example

White with #951C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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