Html Css Color HEX #95224E Lipstick

📋 copy color: '#95224E'

red 149 ◦ green 34 ◦ blue 78

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

Shades of Lipstick #95224E

Tints of Lipstick #95224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 57.09%
G = 13.03%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95224E (or 0x95224E) is known color: Lipstick. HEX triplet: 95, 22 and 4E. RGB value is (149,34,78). Sum of RGB (Red+Green+Blue) = 149+34+78=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95224E is #6ADDB1. Grayscale: #494949. Windows color (decimal): -7003570 or 5120661. OLE color: 5120661.

HSL color Cylindrical-coordinate representation of color #95224E: hue angle of 337.04º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95224E is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 78 -
CMYK 0 0.77 0.48 0.42
HSL 337.04º 0.63% 0.36% -
HSV(B) 337.04º 0.77% 0.58% -
XYZ 14.34 8.08 8.01 -
YUV 73.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 149 34 78 0 0.77 0.48 0.42 337.04 0.63 0.36
Hex 95 22 4E 0 4D 30 2A 151 3F 24
Octal 225 42 116 0 115 60 52 521 77 44
Binary 10010101 100010 1001110 0 1001101 110000 101010 101010001 111111 100100

Color Harmonies of #95224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95224E

Black with #95224E

Text Example


Text Example

White with #95224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95224E; }

 p { color: rgb(149,34,78); }

 H1.HeaderClassName
 {
   color: #95224E;
 }
 .AnyTagClassName
 {
   color: #95224E;
 }
</style>

background-color css

<style>
 a { background-color: #95224E; }

 a { background-color: rgb(149,34,78); }

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

border-color css

<style>
 span { border-color: #95224E; }

 span { border-color: rgb(149,34,78); }

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