Html Css Color HEX #952443 Lipstick

📋 copy color: '#952443'

red 149 ◦ green 36 ◦ blue 67

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

Shades of Lipstick #952443

Tints of Lipstick #952443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

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

R = 59.13%
G = 14.29%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952443 (or 0x952443) is known color: Lipstick. HEX triplet: 95, 24 and 43. RGB value is (149,36,67). Sum of RGB (Red+Green+Blue) = 149+36+67=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952443 is #6ADBBC. Grayscale: #494949. Windows color (decimal): -7003069 or 4400277. OLE color: 4400277.

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

Color convert

RGB 149 36 67 -
CMYK 0 0.76 0.55 0.42
HSL 343.54º 0.61% 0.36% -
HSV(B) 343.54º 0.76% 0.58% -
XYZ 14.04 8.06 6.13 -
YUV 73.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 149 36 67 0 0.76 0.55 0.42 343.54 0.61 0.36
Hex 95 24 43 0 4C 37 2A 158 3D 24
Octal 225 44 103 0 114 67 52 530 75 44
Binary 10010101 100100 1000011 0 1001100 110111 101010 101011000 111101 100100

Color Harmonies of #952443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952443

Black with #952443

Text Example


Text Example

White with #952443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952443; }

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

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

background-color css

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

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

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

border-color css

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

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

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