Html Css Color HEX #951640 Lipstick

📋 copy color: '#951640'

red 149 ◦ green 22 ◦ blue 64

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

Shades of Lipstick #951640

Tints of Lipstick #951640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 63.4%
G = 9.36%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951640 (or 0x951640) is known color: Lipstick. HEX triplet: 95, 16 and 40. RGB value is (149,22,64). Sum of RGB (Red+Green+Blue) = 149+22+64=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #951640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951640 is #6AE9BF. Grayscale: #404040. Windows color (decimal): -7006656 or 4200085. OLE color: 4200085.

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

Color convert

RGB 149 22 64 -
CMYK 0 0.85 0.57 0.42
HSL 340.16º 0.74% 0.34% -
HSV(B) 340.16º 0.85% 0.58% -
XYZ 13.61 7.33 5.55 -
YUV 64.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 149 22 64 0 0.85 0.57 0.42 340.16 0.74 0.34
Hex 95 16 40 0 55 39 2A 154 4A 22
Octal 225 26 100 0 125 71 52 524 112 42
Binary 10010101 10110 1000000 0 1010101 111001 101010 101010100 1001010 100010

Color Harmonies of #951640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951640

Black with #951640

Text Example


Text Example

White with #951640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951640; }

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

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

background-color css

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

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

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

border-color css

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

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

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