Html Css Color HEX #95284E Lipstick

📋 copy color: '#95284E'

red 149 ◦ green 40 ◦ blue 78

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

Shades of Lipstick #95284E

Tints of Lipstick #95284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 78 (30.86% from 255) = 29.21%

R = 55.81%
G = 14.98%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95284E (or 0x95284E) is known color: Lipstick. HEX triplet: 95, 28 and 4E. RGB value is (149,40,78). Sum of RGB (Red+Green+Blue) = 149+40+78=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95284E is #6AD7B1. Grayscale: #4C4C4C. Windows color (decimal): -7002034 or 5122197. OLE color: 5122197.

HSL color Cylindrical-coordinate representation of color #95284E: hue angle of 339.08º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95284E is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 78 -
CMYK 0 0.73 0.48 0.42
HSL 339.08º 0.58% 0.37% -
HSV(B) 339.08º 0.73% 0.58% -
XYZ 14.53 8.46 8.07 -
YUV 76.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 149 40 78 0 0.73 0.48 0.42 339.08 0.58 0.37
Hex 95 28 4E 0 49 30 2A 153 3A 25
Octal 225 50 116 0 111 60 52 523 72 45
Binary 10010101 101000 1001110 0 1001001 110000 101010 101010011 111010 100101

Color Harmonies of #95284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95284E

Black with #95284E

Text Example


Text Example

White with #95284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95284E; }

 p { color: rgb(149,40,78); }

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

background-color css

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

 a { background-color: rgb(149,40,78); }

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

border-color css

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

 span { border-color: rgb(149,40,78); }

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