Html Css Color HEX #951747 Lipstick

📋 copy color: '#951747'

red 149 ◦ green 23 ◦ blue 71

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

Shades of Lipstick #951747

Tints of Lipstick #951747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 61.32%
G = 9.47%
B = 29.22%

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

#951747 (or 0x951747) is known color: Lipstick. HEX triplet: 95, 17 and 47. RGB value is (149,23,71). Sum of RGB (Red+Green+Blue) = 149+23+71=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #951747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951747 is #6AE8B8. Grayscale: #424242. Windows color (decimal): -7006393 or 4659093. OLE color: 4659093.

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

Color convert

RGB 149 23 71 -
CMYK 0 0.85 0.52 0.42
HSL 337.14º 0.73% 0.34% -
HSV(B) 337.14º 0.85% 0.58% -
XYZ 13.84 7.46 6.67 -
YUV 66.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 149 23 71 0 0.85 0.52 0.42 337.14 0.73 0.34
Hex 95 17 47 0 55 34 2A 151 49 22
Octal 225 27 107 0 125 64 52 521 111 42
Binary 10010101 10111 1000111 0 1010101 110100 101010 101010001 1001001 100010

Color Harmonies of #951747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951747

Black with #951747

Text Example


Text Example

White with #951747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951747; }

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

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

background-color css

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

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

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

border-color css

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

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

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