Html Css Color HEX #951649 Lipstick

📋 copy color: '#951649'

red 149 ◦ green 22 ◦ blue 73

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

Shades of Lipstick #951649

Tints of Lipstick #951649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 61.07%
G = 9.02%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#951649 (or 0x951649) is known color: Lipstick. HEX triplet: 95, 16 and 49. RGB value is (149,22,73). Sum of RGB (Red+Green+Blue) = 149+22+73=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #951649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951649 is #6AE9B6. Grayscale: #414141. Windows color (decimal): -7006647 or 4789909. OLE color: 4789909.

HSL color Cylindrical-coordinate representation of color #951649: hue angle of 335.91º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951649 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 73 -
CMYK 0 0.85 0.51 0.42
HSL 335.91º 0.74% 0.34% -
HSV(B) 335.91º 0.85% 0.58% -
XYZ 13.88 7.44 7.01 -
YUV 65.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 149 22 73 0 0.85 0.51 0.42 335.91 0.74 0.34
Hex 95 16 49 0 55 33 2A 150 4A 22
Octal 225 26 111 0 125 63 52 520 112 42
Binary 10010101 10110 1001001 0 1010101 110011 101010 101010000 1001010 100010

Color Harmonies of #951649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951649

Black with #951649

Text Example


Text Example

White with #951649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951649; }

 p { color: rgb(149,22,73); }

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

background-color css

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

 a { background-color: rgb(149,22,73); }

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

border-color css

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

 span { border-color: rgb(149,22,73); }

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