Html Css Color HEX #953467 Lipstick

📋 copy color: '#953467'

red 149 ◦ green 52 ◦ blue 103

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

Shades of Lipstick #953467

Tints of Lipstick #953467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

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

R = 49.01%
G = 17.11%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#953467 (or 0x953467) is known color: Lipstick. HEX triplet: 95, 34 and 67. RGB value is (149,52,103). Sum of RGB (Red+Green+Blue) = 149+52+103=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953467 is #6ACB98. Grayscale: #565656. Windows color (decimal): -6998937 or 6763669. OLE color: 6763669.

HSL color Cylindrical-coordinate representation of color #953467: hue angle of 328.45º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953467 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 103 -
CMYK 0 0.65 0.31 0.42
HSL 328.45º 0.48% 0.39% -
HSV(B) 328.45º 0.65% 0.58% -
XYZ 16.07 9.82 13.88 -
YUV 86.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 149 52 103 0 0.65 0.31 0.42 328.45 0.48 0.39
Hex 95 34 67 0 41 1F 2A 148 30 27
Octal 225 64 147 0 101 37 52 510 60 47
Binary 10010101 110100 1100111 0 1000001 11111 101010 101001000 110000 100111

Color Harmonies of #953467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953467

Black with #953467

Text Example


Text Example

White with #953467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953467; }

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

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

background-color css

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

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

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

border-color css

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

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

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