Html Css Color HEX #952350 Lipstick

📋 copy color: '#952350'

red 149 ◦ green 35 ◦ blue 80

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

Shades of Lipstick #952350

Tints of Lipstick #952350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 56.44%
G = 13.26%
B = 30.3%

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

#952350 (or 0x952350) is known color: Lipstick. HEX triplet: 95, 23 and 50. RGB value is (149,35,80). Sum of RGB (Red+Green+Blue) = 149+35+80=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #952350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952350 is #6ADCAF. Grayscale: #4A4A4A. Windows color (decimal): -7003312 or 5251989. OLE color: 5251989.

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

Color convert

RGB 149 35 80 -
CMYK 0 0.77 0.46 0.42
HSL 336.32º 0.62% 0.36% -
HSV(B) 336.32º 0.77% 0.58% -
XYZ 14.44 8.17 8.41 -
YUV 74.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 149 35 80 0 0.77 0.46 0.42 336.32 0.62 0.36
Hex 95 23 50 0 4D 2E 2A 150 3E 24
Octal 225 43 120 0 115 56 52 520 76 44
Binary 10010101 100011 1010000 0 1001101 101110 101010 101010000 111110 100100

Color Harmonies of #952350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952350

Black with #952350

Text Example


Text Example

White with #952350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952350; }

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

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

background-color css

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

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

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

border-color css

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

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

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