Html Css Color HEX #952967 Lipstick

📋 copy color: '#952967'

red 149 ◦ green 41 ◦ blue 103

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

Shades of Lipstick #952967

Tints of Lipstick #952967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 50.85%
G = 13.99%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#952967 (or 0x952967) is known color: Lipstick. HEX triplet: 95, 29 and 67. RGB value is (149,41,103). Sum of RGB (Red+Green+Blue) = 149+41+103=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #952967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952967 is #6AD698. Grayscale: #505050. Windows color (decimal): -7001753 or 6760853. OLE color: 6760853.

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

Color convert

RGB 149 41 103 -
CMYK 0 0.72 0.31 0.42
HSL 325.56º 0.57% 0.37% -
HSV(B) 325.56º 0.72% 0.58% -
XYZ 15.64 8.95 13.74 -
YUV 80.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 149 41 103 0 0.72 0.31 0.42 325.56 0.57 0.37
Hex 95 29 67 0 48 1F 2A 146 39 25
Octal 225 51 147 0 110 37 52 506 71 45
Binary 10010101 101001 1100111 0 1001000 11111 101010 101000110 111001 100101

Color Harmonies of #952967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952967

Black with #952967

Text Example


Text Example

White with #952967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952967; }

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

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

background-color css

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

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

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

border-color css

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

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

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