Html Css Color HEX #952042 Lipstick

📋 copy color: '#952042'

red 149 ◦ green 32 ◦ blue 66

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

Shades of Lipstick #952042

Tints of Lipstick #952042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 60.32%
G = 12.96%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952042 (or 0x952042) is known color: Lipstick. HEX triplet: 95, 20 and 42. RGB value is (149,32,66). Sum of RGB (Red+Green+Blue) = 149+32+66=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #952042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952042 is #6ADFBD. Grayscale: #464646. Windows color (decimal): -7004094 or 4333717. OLE color: 4333717.

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

Color convert

RGB 149 32 66 -
CMYK 0 0.79 0.56 0.42
HSL 342.56º 0.65% 0.35% -
HSV(B) 342.56º 0.79% 0.58% -
XYZ 13.89 7.82 5.93 -
YUV 70.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 149 32 66 0 0.79 0.56 0.42 342.56 0.65 0.35
Hex 95 20 42 0 4F 38 2A 157 41 23
Octal 225 40 102 0 117 70 52 527 101 43
Binary 10010101 100000 1000010 0 1001111 111000 101010 101010111 1000001 100011

Color Harmonies of #952042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952042

Black with #952042

Text Example


Text Example

White with #952042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952042; }

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

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

background-color css

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

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

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

border-color css

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

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

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