Html Css Color HEX #952243 Lipstick

📋 copy color: '#952243'

red 149 ◦ green 34 ◦ blue 67

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

Shades of Lipstick #952243

Tints of Lipstick #952243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

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

R = 59.6%
G = 13.6%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952243 (or 0x952243) is known color: Lipstick. HEX triplet: 95, 22 and 43. RGB value is (149,34,67). Sum of RGB (Red+Green+Blue) = 149+34+67=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #952243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952243 is #6ADDBC. Grayscale: #484848. Windows color (decimal): -7003581 or 4399765. OLE color: 4399765.

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

Color convert

RGB 149 34 67 -
CMYK 0 0.77 0.55 0.42
HSL 342.78º 0.63% 0.36% -
HSV(B) 342.78º 0.77% 0.58% -
XYZ 13.98 7.94 6.11 -
YUV 72.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 149 34 67 0 0.77 0.55 0.42 342.78 0.63 0.36
Hex 95 22 43 0 4D 37 2A 157 3F 24
Octal 225 42 103 0 115 67 52 527 77 44
Binary 10010101 100010 1000011 0 1001101 110111 101010 101010111 111111 100100

Color Harmonies of #952243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952243

Black with #952243

Text Example


Text Example

White with #952243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952243; }

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

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

background-color css

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

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

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

border-color css

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

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

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