Html Css Color HEX #951646 Lipstick

📋 copy color: '#951646'

red 149 ◦ green 22 ◦ blue 70

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

Shades of Lipstick #951646

Tints of Lipstick #951646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.05%

R = 61.83%
G = 9.13%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#951646 (or 0x951646) is known color: Lipstick. HEX triplet: 95, 16 and 46. RGB value is (149,22,70). Sum of RGB (Red+Green+Blue) = 149+22+70=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #951646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951646 is #6AE9B9. Grayscale: #414141. Windows color (decimal): -7006650 or 4593301. OLE color: 4593301.

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

Color convert

RGB 149 22 70 -
CMYK 0 0.85 0.53 0.42
HSL 337.32º 0.74% 0.34% -
HSV(B) 337.32º 0.85% 0.58% -
XYZ 13.79 7.41 6.5 -
YUV 65.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 149 22 70 0 0.85 0.53 0.42 337.32 0.74 0.34
Hex 95 16 46 0 55 35 2A 151 4A 22
Octal 225 26 106 0 125 65 52 521 112 42
Binary 10010101 10110 1000110 0 1010101 110101 101010 101010001 1001010 100010

Color Harmonies of #951646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951646

Black with #951646

Text Example


Text Example

White with #951646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951646; }

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

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

background-color css

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

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

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

border-color css

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

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

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