Html Css Color HEX #952568 Lipstick

📋 copy color: '#952568'

red 149 ◦ green 37 ◦ blue 104

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

Shades of Lipstick #952568

Tints of Lipstick #952568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 51.38%
G = 12.76%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952568 (or 0x952568) is known color: Lipstick. HEX triplet: 95, 25 and 68. RGB value is (149,37,104). Sum of RGB (Red+Green+Blue) = 149+37+104=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #952568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952568 is #6ADA97. Grayscale: #4D4D4D. Windows color (decimal): -7002776 or 6825365. OLE color: 6825365.

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

Color convert

RGB 149 37 104 -
CMYK 0 0.75 0.30 0.42
HSL 324.11º 0.6% 0.36% -
HSV(B) 324.11º 0.75% 0.58% -
XYZ 15.55 8.71 13.96 -
YUV 78.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 149 37 104 0 0.75 0.30 0.42 324.11 0.6 0.36
Hex 95 25 68 0 4B 1E 2A 144 3C 24
Octal 225 45 150 0 113 36 52 504 74 44
Binary 10010101 100101 1101000 0 1001011 11110 101010 101000100 111100 100100

Color Harmonies of #952568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952568

Black with #952568

Text Example


Text Example

White with #952568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952568; }

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

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

background-color css

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

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

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

border-color css

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

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

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