Html Css Color HEX #952143 Lipstick

📋 copy color: '#952143'

red 149 ◦ green 33 ◦ blue 67

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

Shades of Lipstick #952143

Tints of Lipstick #952143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 59.84%
G = 13.25%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952143 (or 0x952143) is known color: Lipstick. HEX triplet: 95, 21 and 43. RGB value is (149,33,67). Sum of RGB (Red+Green+Blue) = 149+33+67=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #952143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952143 is #6ADEBC. Grayscale: #474747. Windows color (decimal): -7003837 or 4399509. OLE color: 4399509.

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

Color convert

RGB 149 33 67 -
CMYK 0 0.78 0.55 0.42
HSL 342.41º 0.64% 0.36% -
HSV(B) 342.41º 0.78% 0.58% -
XYZ 13.95 7.88 6.1 -
YUV 71.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 149 33 67 0 0.78 0.55 0.42 342.41 0.64 0.36
Hex 95 21 43 0 4E 37 2A 156 40 24
Octal 225 41 103 0 116 67 52 526 100 44
Binary 10010101 100001 1000011 0 1001110 110111 101010 101010110 1000000 100100

Color Harmonies of #952143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952143

Black with #952143

Text Example


Text Example

White with #952143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952143; }

 p { color: rgb(149,33,67); }

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

background-color css

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

 a { background-color: rgb(149,33,67); }

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

border-color css

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

 span { border-color: rgb(149,33,67); }

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