Html Css Color HEX #951242 Lipstick

📋 copy color: '#951242'

red 149 ◦ green 18 ◦ blue 66

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

Shades of Lipstick #951242

Tints of Lipstick #951242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 63.95%
G = 7.73%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951242 (or 0x951242) is known color: Lipstick. HEX triplet: 95, 12 and 42. RGB value is (149,18,66). Sum of RGB (Red+Green+Blue) = 149+18+66=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #951242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951242 is #6AEDBD. Grayscale: #3E3E3E. Windows color (decimal): -7007678 or 4330133. OLE color: 4330133.

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

Color convert

RGB 149 18 66 -
CMYK 0 0.88 0.56 0.42
HSL 338.02º 0.78% 0.33% -
HSV(B) 338.02º 0.88% 0.58% -
XYZ 13.59 7.22 5.83 -
YUV 62.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 149 18 66 0 0.88 0.56 0.42 338.02 0.78 0.33
Hex 95 12 42 0 58 38 2A 152 4E 21
Octal 225 22 102 0 130 70 52 522 116 41
Binary 10010101 10010 1000010 0 1011000 111000 101010 101010010 1001110 100001

Color Harmonies of #951242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951242

Black with #951242

Text Example


Text Example

White with #951242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951242; }

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

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

background-color css

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

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

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

border-color css

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

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

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