Html Css Color HEX #95385D Lipstick

📋 copy color: '#95385D'

red 149 ◦ green 56 ◦ blue 93

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

Shades of Lipstick #95385D

Tints of Lipstick #95385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.79%

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

R = 50%
G = 18.79%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95385D (or 0x95385D) is known color: Lipstick. HEX triplet: 95, 38 and 5D. RGB value is (149,56,93). Sum of RGB (Red+Green+Blue) = 149+56+93=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95385D is #6AC7A2. Grayscale: #575757. Windows color (decimal): -6997923 or 6109333. OLE color: 6109333.

HSL color Cylindrical-coordinate representation of color #95385D: hue angle of 336.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95385D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 93 -
CMYK 0 0.62 0.38 0.42
HSL 336.13º 0.45% 0.4% -
HSV(B) 336.13º 0.62% 0.58% -
XYZ 15.78 10.01 11.46 -
YUV 88.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 149 56 93 0 0.62 0.38 0.42 336.13 0.45 0.4
Hex 95 38 5D 0 3E 26 2A 150 2D 28
Octal 225 70 135 0 76 46 52 520 55 50
Binary 10010101 111000 1011101 0 111110 100110 101010 101010000 101101 101000

Color Harmonies of #95385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95385D

Black with #95385D

Text Example


Text Example

White with #95385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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