Html Css Color HEX #952363 Lipstick

📋 copy color: '#952363'

red 149 ◦ green 35 ◦ blue 99

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

Shades of Lipstick #952363

Tints of Lipstick #952363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 52.65%
G = 12.37%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#952363 (or 0x952363) is known color: Lipstick. HEX triplet: 95, 23 and 63. RGB value is (149,35,99). Sum of RGB (Red+Green+Blue) = 149+35+99=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952363 is #6ADC9C. Grayscale: #4C4C4C. Windows color (decimal): -7003293 or 6497173. OLE color: 6497173.

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

Color convert

RGB 149 35 99 -
CMYK 0 0.77 0.34 0.42
HSL 326.32º 0.62% 0.36% -
HSV(B) 326.32º 0.77% 0.58% -
XYZ 15.25 8.49 12.64 -
YUV 76.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 149 35 99 0 0.77 0.34 0.42 326.32 0.62 0.36
Hex 95 23 63 0 4D 22 2A 146 3E 24
Octal 225 43 143 0 115 42 52 506 76 44
Binary 10010101 100011 1100011 0 1001101 100010 101010 101000110 111110 100100

Color Harmonies of #952363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952363

Black with #952363

Text Example


Text Example

White with #952363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952363; }

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

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

background-color css

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

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

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

border-color css

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

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

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