Html Css Color HEX #95275F Lipstick

📋 copy color: '#95275F'

red 149 ◦ green 39 ◦ blue 95

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

Shades of Lipstick #95275F

Tints of Lipstick #95275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 52.65%
G = 13.78%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95275F (or 0x95275F) is known color: Lipstick. HEX triplet: 95, 27 and 5F. RGB value is (149,39,95). Sum of RGB (Red+Green+Blue) = 149+39+95=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95275F is #6AD8A0. Grayscale: #4E4E4E. Windows color (decimal): -7002273 or 6236053. OLE color: 6236053.

HSL color Cylindrical-coordinate representation of color #95275F: hue angle of 329.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95275F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 95 -
CMYK 0 0.74 0.36 0.42
HSL 329.45º 0.59% 0.37% -
HSV(B) 329.45º 0.74% 0.58% -
XYZ 15.19 8.67 11.7 -
YUV 78.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 149 39 95 0 0.74 0.36 0.42 329.45 0.59 0.37
Hex 95 27 5F 0 4A 24 2A 149 3B 25
Octal 225 47 137 0 112 44 52 511 73 45
Binary 10010101 100111 1011111 0 1001010 100100 101010 101001001 111011 100101

Color Harmonies of #95275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95275F

Black with #95275F

Text Example


Text Example

White with #95275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95275F; }

 p { color: rgb(149,39,95); }

 H1.HeaderClassName
 {
   color: #95275F;
 }
 .AnyTagClassName
 {
   color: #95275F;
 }
</style>

background-color css

<style>
 a { background-color: #95275F; }

 a { background-color: rgb(149,39,95); }

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

border-color css

<style>
 span { border-color: #95275F; }

 span { border-color: rgb(149,39,95); }

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