Html Css Color HEX #95274C Lipstick

📋 copy color: '#95274C'

red 149 ◦ green 39 ◦ blue 76

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

Shades of Lipstick #95274C

Tints of Lipstick #95274C

RGB

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

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

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

R = 56.44%
G = 14.77%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95274C (or 0x95274C) is known color: Lipstick. HEX triplet: 95, 27 and 4C. RGB value is (149,39,76). Sum of RGB (Red+Green+Blue) = 149+39+76=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95274C is #6AD8B3. Grayscale: #4C4C4C. Windows color (decimal): -7002292 or 4990869. OLE color: 4990869.

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

Color convert

RGB 149 39 76 -
CMYK 0 0.74 0.49 0.42
HSL 339.82º 0.59% 0.37% -
HSV(B) 339.82º 0.74% 0.58% -
XYZ 14.42 8.36 7.69 -
YUV 76.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 149 39 76 0 0.74 0.49 0.42 339.82 0.59 0.37
Hex 95 27 4C 0 4A 31 2A 154 3B 25
Octal 225 47 114 0 112 61 52 524 73 45
Binary 10010101 100111 1001100 0 1001010 110001 101010 101010100 111011 100101

Color Harmonies of #95274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95274C

Black with #95274C

Text Example


Text Example

White with #95274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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