Html Css Color HEX #951647 Lipstick

📋 copy color: '#951647'

red 149 ◦ green 22 ◦ blue 71

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

Shades of Lipstick #951647

Tints of Lipstick #951647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.34%

R = 61.57%
G = 9.09%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#951647 (or 0x951647) is known color: Lipstick. HEX triplet: 95, 16 and 47. RGB value is (149,22,71). Sum of RGB (Red+Green+Blue) = 149+22+71=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951647 is #6AE9B8. Grayscale: #414141. Windows color (decimal): -7006649 or 4658837. OLE color: 4658837.

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

Color convert

RGB 149 22 71 -
CMYK 0 0.85 0.52 0.42
HSL 336.85º 0.74% 0.34% -
HSV(B) 336.85º 0.85% 0.58% -
XYZ 13.82 7.42 6.66 -
YUV 65.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 149 22 71 0 0.85 0.52 0.42 336.85 0.74 0.34
Hex 95 16 47 0 55 34 2A 151 4A 22
Octal 225 26 107 0 125 64 52 521 112 42
Binary 10010101 10110 1000111 0 1010101 110100 101010 101010001 1001010 100010

Color Harmonies of #951647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951647

Black with #951647

Text Example


Text Example

White with #951647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951647; }

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

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

background-color css

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

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

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

border-color css

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

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

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