Html Css Color HEX #95205D Lipstick

📋 copy color: '#95205D'

red 149 ◦ green 32 ◦ blue 93

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

Shades of Lipstick #95205D

Tints of Lipstick #95205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 54.38%
G = 11.68%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95205D (or 0x95205D) is known color: Lipstick. HEX triplet: 95, 20 and 5D. RGB value is (149,32,93). Sum of RGB (Red+Green+Blue) = 149+32+93=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95205D is #6ADFA2. Grayscale: #494949. Windows color (decimal): -7004067 or 6103189. OLE color: 6103189.

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

Color convert

RGB 149 32 93 -
CMYK 0 0.79 0.38 0.42
HSL 328.72º 0.65% 0.35% -
HSV(B) 328.72º 0.79% 0.58% -
XYZ 14.89 8.21 11.16 -
YUV 73.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 149 32 93 0 0.79 0.38 0.42 328.72 0.65 0.35
Hex 95 20 5D 0 4F 26 2A 149 41 23
Octal 225 40 135 0 117 46 52 511 101 43
Binary 10010101 100000 1011101 0 1001111 100110 101010 101001001 1000001 100011

Color Harmonies of #95205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95205D

Black with #95205D

Text Example


Text Example

White with #95205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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