Html Css Color HEX #951F5E Lipstick

📋 copy color: '#951F5E'

red 149 ◦ green 31 ◦ blue 94

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

Shades of Lipstick #951F5E

Tints of Lipstick #951F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 54.38%
G = 11.31%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#951F5E (or 0x951F5E) is known color: Lipstick. HEX triplet: 95, 1F and 5E. RGB value is (149,31,94). Sum of RGB (Red+Green+Blue) = 149+31+94=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #951F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F5E is #6AE0A1. Grayscale: #494949. Windows color (decimal): -7004322 or 6168469. OLE color: 6168469.

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

Color convert

RGB 149 31 94 -
CMYK 0 0.79 0.37 0.42
HSL 327.97º 0.66% 0.35% -
HSV(B) 327.97º 0.79% 0.58% -
XYZ 14.9 8.18 11.38 -
YUV 73.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 149 31 94 0 0.79 0.37 0.42 327.97 0.66 0.35
Hex 95 1F 5E 0 4F 25 2A 148 42 23
Octal 225 37 136 0 117 45 52 510 102 43
Binary 10010101 11111 1011110 0 1001111 100101 101010 101001000 1000010 100011

Color Harmonies of #951F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F5E

Black with #951F5E

Text Example


Text Example

White with #951F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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