Html Css Color HEX #952142 Lipstick

📋 copy color: '#952142'

red 149 ◦ green 33 ◦ blue 66

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

Shades of Lipstick #952142

Tints of Lipstick #952142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 60.08%
G = 13.31%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952142 (or 0x952142) is known color: Lipstick. HEX triplet: 95, 21 and 42. RGB value is (149,33,66). Sum of RGB (Red+Green+Blue) = 149+33+66=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952142 is #6ADEBD. Grayscale: #474747. Windows color (decimal): -7003838 or 4333973. OLE color: 4333973.

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

Color convert

RGB 149 33 66 -
CMYK 0 0.78 0.56 0.42
HSL 342.93º 0.64% 0.36% -
HSV(B) 342.93º 0.78% 0.58% -
XYZ 13.92 7.87 5.94 -
YUV 71.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 149 33 66 0 0.78 0.56 0.42 342.93 0.64 0.36
Hex 95 21 42 0 4E 38 2A 157 40 24
Octal 225 41 102 0 116 70 52 527 100 44
Binary 10010101 100001 1000010 0 1001110 111000 101010 101010111 1000000 100100

Color Harmonies of #952142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952142

Black with #952142

Text Example


Text Example

White with #952142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952142; }

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

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

background-color css

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

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

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

border-color css

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

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

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