Html Css Color HEX #95254C Lipstick

📋 copy color: '#95254C'

red 149 ◦ green 37 ◦ blue 76

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

Shades of Lipstick #95254C

Tints of Lipstick #95254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 56.87%
G = 14.12%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95254C (or 0x95254C) is known color: Lipstick. HEX triplet: 95, 25 and 4C. RGB value is (149,37,76). Sum of RGB (Red+Green+Blue) = 149+37+76=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95254C is #6ADAB3. Grayscale: #4A4A4A. Windows color (decimal): -7002804 or 4990357. OLE color: 4990357.

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

Color convert

RGB 149 37 76 -
CMYK 0 0.75 0.49 0.42
HSL 339.11º 0.6% 0.36% -
HSV(B) 339.11º 0.75% 0.58% -
XYZ 14.36 8.23 7.67 -
YUV 74.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 149 37 76 0 0.75 0.49 0.42 339.11 0.6 0.36
Hex 95 25 4C 0 4B 31 2A 153 3C 24
Octal 225 45 114 0 113 61 52 523 74 44
Binary 10010101 100101 1001100 0 1001011 110001 101010 101010011 111100 100100

Color Harmonies of #95254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95254C

Black with #95254C

Text Example


Text Example

White with #95254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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