Html Css Color HEX #951650 Lipstick

📋 copy color: '#951650'

red 149 ◦ green 22 ◦ blue 80

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

Shades of Lipstick #951650

Tints of Lipstick #951650

RGB

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

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

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

R = 59.36%
G = 8.76%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#951650 (or 0x951650) is known color: Lipstick. HEX triplet: 95, 16 and 50. RGB value is (149,22,80). Sum of RGB (Red+Green+Blue) = 149+22+80=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951650 is #6AE9AF. Grayscale: #424242. Windows color (decimal): -7006640 or 5248661. OLE color: 5248661.

HSL color Cylindrical-coordinate representation of color #951650: hue angle of 332.6º 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 #951650 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 80 -
CMYK 0 0.85 0.46 0.42
HSL 332.6º 0.74% 0.34% -
HSV(B) 332.6º 0.85% 0.58% -
XYZ 14.13 7.54 8.3 -
YUV 66.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 149 22 80 0 0.85 0.46 0.42 332.6 0.74 0.34
Hex 95 16 50 0 55 2E 2A 14D 4A 22
Octal 225 26 120 0 125 56 52 515 112 42
Binary 10010101 10110 1010000 0 1010101 101110 101010 101001101 1001010 100010

Color Harmonies of #951650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951650

Black with #951650

Text Example


Text Example

White with #951650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951650; }

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

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

background-color css

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

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

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

border-color css

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

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

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