Html Css Color HEX #95255D Lipstick

📋 copy color: '#95255D'

red 149 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #95255D

Tints of Lipstick #95255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 53.41%
G = 13.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95255D (or 0x95255D) is known color: Lipstick. HEX triplet: 95, 25 and 5D. RGB value is (149,37,93). Sum of RGB (Red+Green+Blue) = 149+37+93=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95255D is #6ADAA2. Grayscale: #4C4C4C. Windows color (decimal): -7002787 or 6104469. OLE color: 6104469.

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

Color convert

RGB 149 37 93 -
CMYK 0 0.75 0.38 0.42
HSL 330º 0.6% 0.36% -
HSV(B) 330º 0.75% 0.58% -
XYZ 15.03 8.5 11.2 -
YUV 76.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 149 37 93 0 0.75 0.38 0.42 330 0.6 0.36
Hex 95 25 5D 0 4B 26 2A 14A 3C 24
Octal 225 45 135 0 113 46 52 512 74 44
Binary 10010101 100101 1011101 0 1001011 100110 101010 101001010 111100 100100

Color Harmonies of #95255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95255D

Black with #95255D

Text Example


Text Example

White with #95255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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