Html Css Color HEX #952445 Lipstick

📋 copy color: '#952445'

red 149 ◦ green 36 ◦ blue 69

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

Shades of Lipstick #952445

Tints of Lipstick #952445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 58.66%
G = 14.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952445 (or 0x952445) is known color: Lipstick. HEX triplet: 95, 24 and 45. RGB value is (149,36,69). Sum of RGB (Red+Green+Blue) = 149+36+69=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952445 is #6ADBBA. Grayscale: #494949. Windows color (decimal): -7003067 or 4531349. OLE color: 4531349.

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

Color convert

RGB 149 36 69 -
CMYK 0 0.76 0.54 0.42
HSL 342.48º 0.61% 0.36% -
HSV(B) 342.48º 0.76% 0.58% -
XYZ 14.1 8.08 6.45 -
YUV 73.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 149 36 69 0 0.76 0.54 0.42 342.48 0.61 0.36
Hex 95 24 45 0 4C 36 2A 156 3D 24
Octal 225 44 105 0 114 66 52 526 75 44
Binary 10010101 100100 1000101 0 1001100 110110 101010 101010110 111101 100100

Color Harmonies of #952445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952445

Black with #952445

Text Example


Text Example

White with #952445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952445; }

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

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

background-color css

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

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

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

border-color css

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

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

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