Html Css Color HEX #95274D Lipstick

📋 copy color: '#95274D'

red 149 ◦ green 39 ◦ blue 77

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

Shades of Lipstick #95274D

Tints of Lipstick #95274D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 56.23%
G = 14.72%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95274D (or 0x95274D) is known color: Lipstick. HEX triplet: 95, 27 and 4D. RGB value is (149,39,77). Sum of RGB (Red+Green+Blue) = 149+39+77=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95274D is #6AD8B2. Grayscale: #4C4C4C. Windows color (decimal): -7002291 or 5056405. OLE color: 5056405.

HSL color Cylindrical-coordinate representation of color #95274D: hue angle of 339.27º 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 #95274D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 77 -
CMYK 0 0.74 0.48 0.42
HSL 339.27º 0.59% 0.37% -
HSV(B) 339.27º 0.74% 0.58% -
XYZ 14.46 8.38 7.88 -
YUV 76.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 149 39 77 0 0.74 0.48 0.42 339.27 0.59 0.37
Hex 95 27 4D 0 4A 30 2A 153 3B 25
Octal 225 47 115 0 112 60 52 523 73 45
Binary 10010101 100111 1001101 0 1001010 110000 101010 101010011 111011 100101

Color Harmonies of #95274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95274D

Black with #95274D

Text Example


Text Example

White with #95274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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