Html Css Color HEX #952351 Lipstick

📋 copy color: '#952351'

red 149 ◦ green 35 ◦ blue 81

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

Shades of Lipstick #952351

Tints of Lipstick #952351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 56.23%
G = 13.21%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#952351 (or 0x952351) is known color: Lipstick. HEX triplet: 95, 23 and 51. RGB value is (149,35,81). Sum of RGB (Red+Green+Blue) = 149+35+81=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952351 is #6ADCAE. Grayscale: #4A4A4A. Windows color (decimal): -7003311 or 5317525. OLE color: 5317525.

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

Color convert

RGB 149 35 81 -
CMYK 0 0.77 0.46 0.42
HSL 335.79º 0.62% 0.36% -
HSV(B) 335.79º 0.77% 0.58% -
XYZ 14.48 8.19 8.6 -
YUV 74.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 149 35 81 0 0.77 0.46 0.42 335.79 0.62 0.36
Hex 95 23 51 0 4D 2E 2A 150 3E 24
Octal 225 43 121 0 115 56 52 520 76 44
Binary 10010101 100011 1010001 0 1001101 101110 101010 101010000 111110 100100

Color Harmonies of #952351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952351

Black with #952351

Text Example


Text Example

White with #952351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952351; }

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

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

background-color css

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

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

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

border-color css

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

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

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