Html Css Color HEX #952468 Lipstick

📋 copy color: '#952468'

red 149 ◦ green 36 ◦ blue 104

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

Shades of Lipstick #952468

Tints of Lipstick #952468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 51.56%
G = 12.46%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952468 (or 0x952468) is known color: Lipstick. HEX triplet: 95, 24 and 68. RGB value is (149,36,104). Sum of RGB (Red+Green+Blue) = 149+36+104=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952468 is #6ADB97. Grayscale: #4D4D4D. Windows color (decimal): -7003032 or 6825109. OLE color: 6825109.

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

Color convert

RGB 149 36 104 -
CMYK 0 0.76 0.30 0.42
HSL 323.89º 0.61% 0.36% -
HSV(B) 323.89º 0.76% 0.58% -
XYZ 15.52 8.65 13.95 -
YUV 77.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 149 36 104 0 0.76 0.30 0.42 323.89 0.61 0.36
Hex 95 24 68 0 4C 1E 2A 144 3D 24
Octal 225 44 150 0 114 36 52 504 75 44
Binary 10010101 100100 1101000 0 1001100 11110 101010 101000100 111101 100100

Color Harmonies of #952468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952468

Black with #952468

Text Example


Text Example

White with #952468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952468; }

 p { color: rgb(149,36,104); }

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

background-color css

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

 a { background-color: rgb(149,36,104); }

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

border-color css

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

 span { border-color: rgb(149,36,104); }

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