Html Css Color HEX #952567 Lipstick

📋 copy color: '#952567'

red 149 ◦ green 37 ◦ blue 103

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

Shades of Lipstick #952567

Tints of Lipstick #952567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 51.56%
G = 12.8%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#952567 (or 0x952567) is known color: Lipstick. HEX triplet: 95, 25 and 67. RGB value is (149,37,103). Sum of RGB (Red+Green+Blue) = 149+37+103=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952567 is #6ADA98. Grayscale: #4D4D4D. Windows color (decimal): -7002777 or 6759829. OLE color: 6759829.

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

Color convert

RGB 149 37 103 -
CMYK 0 0.75 0.31 0.42
HSL 324.64º 0.6% 0.36% -
HSV(B) 324.64º 0.75% 0.58% -
XYZ 15.5 8.69 13.69 -
YUV 78.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 149 37 103 0 0.75 0.31 0.42 324.64 0.6 0.36
Hex 95 25 67 0 4B 1F 2A 145 3C 24
Octal 225 45 147 0 113 37 52 505 74 44
Binary 10010101 100101 1100111 0 1001011 11111 101010 101000101 111100 100100

Color Harmonies of #952567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952567

Black with #952567

Text Example


Text Example

White with #952567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952567; }

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

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

background-color css

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

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

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

border-color css

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

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

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