Html Css Color HEX #952364 Lipstick

📋 copy color: '#952364'

red 149 ◦ green 35 ◦ blue 100

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

Shades of Lipstick #952364

Tints of Lipstick #952364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 52.46%
G = 12.32%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#952364 (or 0x952364) is known color: Lipstick. HEX triplet: 95, 23 and 64. RGB value is (149,35,100). Sum of RGB (Red+Green+Blue) = 149+35+100=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #952364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952364 is #6ADC9B. Grayscale: #4C4C4C. Windows color (decimal): -7003292 or 6562709. OLE color: 6562709.

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

Color convert

RGB 149 35 100 -
CMYK 0 0.77 0.33 0.42
HSL 325.79º 0.62% 0.36% -
HSV(B) 325.79º 0.77% 0.58% -
XYZ 15.3 8.51 12.89 -
YUV 76.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 149 35 100 0 0.77 0.33 0.42 325.79 0.62 0.36
Hex 95 23 64 0 4D 21 2A 146 3E 24
Octal 225 43 144 0 115 41 52 506 76 44
Binary 10010101 100011 1100100 0 1001101 100001 101010 101000110 111110 100100

Color Harmonies of #952364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952364

Black with #952364

Text Example


Text Example

White with #952364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952364; }

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

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

background-color css

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

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

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

border-color css

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

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

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