Html Css Color HEX #95274A Lipstick

📋 copy color: '#95274A'

red 149 ◦ green 39 ◦ blue 74

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

Shades of Lipstick #95274A

Tints of Lipstick #95274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 56.87%
G = 14.89%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95274A (or 0x95274A) is known color: Lipstick. HEX triplet: 95, 27 and 4A. RGB value is (149,39,74). Sum of RGB (Red+Green+Blue) = 149+39+74=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95274A is #6AD8B5. Grayscale: #4B4B4B. Windows color (decimal): -7002294 or 4859797. OLE color: 4859797.

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

Color convert

RGB 149 39 74 -
CMYK 0 0.74 0.50 0.42
HSL 340.91º 0.59% 0.37% -
HSV(B) 340.91º 0.74% 0.58% -
XYZ 14.36 8.34 7.33 -
YUV 75.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 149 39 74 0 0.74 0.50 0.42 340.91 0.59 0.37
Hex 95 27 4A 0 4A 32 2A 155 3B 25
Octal 225 47 112 0 112 62 52 525 73 45
Binary 10010101 100111 1001010 0 1001010 110010 101010 101010101 111011 100101

Color Harmonies of #95274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95274A

Black with #95274A

Text Example


Text Example

White with #95274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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