Html Css Color HEX #95255C Lipstick

📋 copy color: '#95255C'

red 149 ◦ green 37 ◦ blue 92

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

Shades of Lipstick #95255C

Tints of Lipstick #95255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 53.6%
G = 13.31%
B = 33.09%

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

#95255C (or 0x95255C) is known color: Lipstick. HEX triplet: 95, 25 and 5C. RGB value is (149,37,92). Sum of RGB (Red+Green+Blue) = 149+37+92=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95255C is #6ADAA3. Grayscale: #4C4C4C. Windows color (decimal): -7002788 or 6038933. OLE color: 6038933.

HSL color Cylindrical-coordinate representation of color #95255C: hue angle of 330.54º 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 #95255C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 92 -
CMYK 0 0.75 0.38 0.42
HSL 330.54º 0.6% 0.36% -
HSV(B) 330.54º 0.75% 0.58% -
XYZ 14.99 8.49 10.97 -
YUV 76.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 149 37 92 0 0.75 0.38 0.42 330.54 0.6 0.36
Hex 95 25 5C 0 4B 26 2A 14B 3C 24
Octal 225 45 134 0 113 46 52 513 74 44
Binary 10010101 100101 1011100 0 1001011 100110 101010 101001011 111100 100100

Color Harmonies of #95255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95255C

Black with #95255C

Text Example


Text Example

White with #95255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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