Html Css Color HEX #95385E Lipstick

📋 copy color: '#95385E'

red 149 ◦ green 56 ◦ blue 94

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

Shades of Lipstick #95385E

Tints of Lipstick #95385E

RGB

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

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

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

R = 49.83%
G = 18.73%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95385E (or 0x95385E) is known color: Lipstick. HEX triplet: 95, 38 and 5E. RGB value is (149,56,94). Sum of RGB (Red+Green+Blue) = 149+56+94=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95385E is #6AC7A1. Grayscale: #585858. Windows color (decimal): -6997922 or 6174869. OLE color: 6174869.

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

Color convert

RGB 149 56 94 -
CMYK 0 0.62 0.37 0.42
HSL 335.48º 0.45% 0.4% -
HSV(B) 335.48º 0.62% 0.58% -
XYZ 15.83 10.03 11.69 -
YUV 88.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 149 56 94 0 0.62 0.37 0.42 335.48 0.45 0.4
Hex 95 38 5E 0 3E 25 2A 14F 2D 28
Octal 225 70 136 0 76 45 52 517 55 50
Binary 10010101 111000 1011110 0 111110 100101 101010 101001111 101101 101000

Color Harmonies of #95385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95385E

Black with #95385E

Text Example


Text Example

White with #95385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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