Html Css Color HEX #95294B Lipstick

📋 copy color: '#95294B'

red 149 ◦ green 41 ◦ blue 75

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

Shades of Lipstick #95294B

Tints of Lipstick #95294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 56.23%
G = 15.47%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95294B (or 0x95294B) is known color: Lipstick. HEX triplet: 95, 29 and 4B. RGB value is (149,41,75). Sum of RGB (Red+Green+Blue) = 149+41+75=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95294B is #6AD6B4. Grayscale: #4D4D4D. Windows color (decimal): -7001781 or 4925845. OLE color: 4925845.

HSL color Cylindrical-coordinate representation of color #95294B: hue angle of 341.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95294B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 75 -
CMYK 0 0.72 0.50 0.42
HSL 341.11º 0.57% 0.37% -
HSV(B) 341.11º 0.72% 0.58% -
XYZ 14.46 8.48 7.53 -
YUV 77.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 149 41 75 0 0.72 0.50 0.42 341.11 0.57 0.37
Hex 95 29 4B 0 48 32 2A 155 39 25
Octal 225 51 113 0 110 62 52 525 71 45
Binary 10010101 101001 1001011 0 1001000 110010 101010 101010101 111001 100101

Color Harmonies of #95294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95294B

Black with #95294B

Text Example


Text Example

White with #95294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95294B; }

 p { color: rgb(149,41,75); }

 H1.HeaderClassName
 {
   color: #95294B;
 }
 .AnyTagClassName
 {
   color: #95294B;
 }
</style>

background-color css

<style>
 a { background-color: #95294B; }

 a { background-color: rgb(149,41,75); }

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

border-color css

<style>
 span { border-color: #95294B; }

 span { border-color: rgb(149,41,75); }

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