Html Css Color HEX #951547 Lipstick

📋 copy color: '#951547'

red 149 ◦ green 21 ◦ blue 71

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

Shades of Lipstick #951547

Tints of Lipstick #951547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 61.83%
G = 8.71%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#951547 (or 0x951547) is known color: Lipstick. HEX triplet: 95, 15 and 47. RGB value is (149,21,71). Sum of RGB (Red+Green+Blue) = 149+21+71=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #951547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951547 is #6AEAB8. Grayscale: #404040. Windows color (decimal): -7006905 or 4658581. OLE color: 4658581.

HSL color Cylindrical-coordinate representation of color #951547: hue angle of 336.56º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951547 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 71 -
CMYK 0 0.86 0.52 0.42
HSL 336.56º 0.75% 0.33% -
HSV(B) 336.56º 0.86% 0.58% -
XYZ 13.8 7.38 6.66 -
YUV 64.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 149 21 71 0 0.86 0.52 0.42 336.56 0.75 0.33
Hex 95 15 47 0 56 34 2A 151 4B 21
Octal 225 25 107 0 126 64 52 521 113 41
Binary 10010101 10101 1000111 0 1010110 110100 101010 101010001 1001011 100001

Color Harmonies of #951547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951547

Black with #951547

Text Example


Text Example

White with #951547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951547; }

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

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

background-color css

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

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

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

border-color css

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

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

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