Html Css Color HEX #95285D Lipstick

📋 copy color: '#95285D'

red 149 ◦ green 40 ◦ blue 93

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

Shades of Lipstick #95285D

Tints of Lipstick #95285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 52.84%
G = 14.18%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95285D (or 0x95285D) is known color: Lipstick. HEX triplet: 95, 28 and 5D. RGB value is (149,40,93). Sum of RGB (Red+Green+Blue) = 149+40+93=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95285D is #6AD7A2. Grayscale: #4E4E4E. Windows color (decimal): -7002019 or 6105237. OLE color: 6105237.

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

Color convert

RGB 149 40 93 -
CMYK 0 0.73 0.38 0.42
HSL 330.83º 0.58% 0.37% -
HSV(B) 330.83º 0.73% 0.58% -
XYZ 15.13 8.7 11.24 -
YUV 78.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 149 40 93 0 0.73 0.38 0.42 330.83 0.58 0.37
Hex 95 28 5D 0 49 26 2A 14B 3A 25
Octal 225 50 135 0 111 46 52 513 72 45
Binary 10010101 101000 1011101 0 1001001 100110 101010 101001011 111010 100101

Color Harmonies of #95285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95285D

Black with #95285D

Text Example


Text Example

White with #95285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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