Html Css Color HEX #951243 Lipstick

📋 copy color: '#951243'

red 149 ◦ green 18 ◦ blue 67

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

Shades of Lipstick #951243

Tints of Lipstick #951243

RGB

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

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

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

R = 63.68%
G = 7.69%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#951243 (or 0x951243) is known color: Lipstick. HEX triplet: 95, 12 and 43. RGB value is (149,18,67). Sum of RGB (Red+Green+Blue) = 149+18+67=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #951243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951243 is #6AEDBC. Grayscale: #3E3E3E. Windows color (decimal): -7007677 or 4395669. OLE color: 4395669.

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

Color convert

RGB 149 18 67 -
CMYK 0 0.88 0.55 0.42
HSL 337.56º 0.78% 0.33% -
HSV(B) 337.56º 0.88% 0.58% -
XYZ 13.62 7.23 5.99 -
YUV 62.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 149 18 67 0 0.88 0.55 0.42 337.56 0.78 0.33
Hex 95 12 43 0 58 37 2A 152 4E 21
Octal 225 22 103 0 130 67 52 522 116 41
Binary 10010101 10010 1000011 0 1011000 110111 101010 101010010 1001110 100001

Color Harmonies of #951243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951243

Black with #951243

Text Example


Text Example

White with #951243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951243; }

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

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

background-color css

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

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

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

border-color css

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

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

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