Html Css Color HEX #951641 Lipstick

📋 copy color: '#951641'

red 149 ◦ green 22 ◦ blue 65

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

Shades of Lipstick #951641

Tints of Lipstick #951641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 63.14%
G = 9.32%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951641 (or 0x951641) is known color: Lipstick. HEX triplet: 95, 16 and 41. RGB value is (149,22,65). Sum of RGB (Red+Green+Blue) = 149+22+65=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951641 is #6AE9BE. Grayscale: #404040. Windows color (decimal): -7006655 or 4265621. OLE color: 4265621.

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

Color convert

RGB 149 22 65 -
CMYK 0 0.85 0.56 0.42
HSL 339.69º 0.74% 0.34% -
HSV(B) 339.69º 0.85% 0.58% -
XYZ 13.64 7.35 5.7 -
YUV 64.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 149 22 65 0 0.85 0.56 0.42 339.69 0.74 0.34
Hex 95 16 41 0 55 38 2A 154 4A 22
Octal 225 26 101 0 125 70 52 524 112 42
Binary 10010101 10110 1000001 0 1010101 111000 101010 101010100 1001010 100010

Color Harmonies of #951641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951641

Black with #951641

Text Example


Text Example

White with #951641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951641; }

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

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

background-color css

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

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

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

border-color css

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

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

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