Html Css Color HEX #952347 Lipstick

📋 copy color: '#952347'

red 149 ◦ green 35 ◦ blue 71

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

Shades of Lipstick #952347

Tints of Lipstick #952347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

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

R = 58.43%
G = 13.73%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952347 (or 0x952347) is known color: Lipstick. HEX triplet: 95, 23 and 47. RGB value is (149,35,71). Sum of RGB (Red+Green+Blue) = 149+35+71=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952347 is #6ADCB8. Grayscale: #494949. Windows color (decimal): -7003321 or 4662165. OLE color: 4662165.

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

Color convert

RGB 149 35 71 -
CMYK 0 0.77 0.52 0.42
HSL 341.05º 0.62% 0.36% -
HSV(B) 341.05º 0.77% 0.58% -
XYZ 14.13 8.05 6.77 -
YUV 73.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 149 35 71 0 0.77 0.52 0.42 341.05 0.62 0.36
Hex 95 23 47 0 4D 34 2A 155 3E 24
Octal 225 43 107 0 115 64 52 525 76 44
Binary 10010101 100011 1000111 0 1001101 110100 101010 101010101 111110 100100

Color Harmonies of #952347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952347

Black with #952347

Text Example


Text Example

White with #952347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952347; }

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

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

background-color css

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

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

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

border-color css

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

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

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