Html Css Color HEX #95285E Lipstick

📋 copy color: '#95285E'

red 149 ◦ green 40 ◦ blue 94

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

Shades of Lipstick #95285E

Tints of Lipstick #95285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 52.65%
G = 14.13%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95285E (or 0x95285E) is known color: Lipstick. HEX triplet: 95, 28 and 5E. RGB value is (149,40,94). Sum of RGB (Red+Green+Blue) = 149+40+94=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95285E is #6AD7A1. Grayscale: #4E4E4E. Windows color (decimal): -7002018 or 6170773. OLE color: 6170773.

HSL color Cylindrical-coordinate representation of color #95285E: hue angle of 330.28º 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 #95285E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 94 -
CMYK 0 0.73 0.37 0.42
HSL 330.28º 0.58% 0.37% -
HSV(B) 330.28º 0.73% 0.58% -
XYZ 15.17 8.72 11.47 -
YUV 78.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 149 40 94 0 0.73 0.37 0.42 330.28 0.58 0.37
Hex 95 28 5E 0 49 25 2A 14A 3A 25
Octal 225 50 136 0 111 45 52 512 72 45
Binary 10010101 101000 1011110 0 1001001 100101 101010 101001010 111010 100101

Color Harmonies of #95285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95285E

Black with #95285E

Text Example


Text Example

White with #95285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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