Html Css Color HEX #9B294C Lipstick

📋 copy color: '#9B294C'

red 155 ◦ green 41 ◦ blue 76

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

Shades of Lipstick #9B294C

Tints of Lipstick #9B294C

RGB

 RED value IS 155 (60.94% from 255) = 56.99%

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

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

R = 56.99%
G = 15.07%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B294C (or 0x9B294C) is known color: Lipstick. HEX triplet: 9B, 29 and 4C. RGB value is (155,41,76). Sum of RGB (Red+Green+Blue) = 155+41+76=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B294C is #64D6B3. Grayscale: #4F4F4F. Windows color (decimal): -6608564 or 4991387. OLE color: 4991387.

HSL color Cylindrical-coordinate representation of color #9B294C: hue angle of 341.58º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B294C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 76 -
CMYK 0 0.74 0.51 0.39
HSL 341.58º 0.58% 0.38% -
HSV(B) 341.58º 0.74% 0.61% -
XYZ 15.62 9.08 7.77 -
YUV 79.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 155 41 76 0 0.74 0.51 0.39 341.58 0.58 0.38
Hex 9B 29 4C 0 4A 33 27 156 3A 26
Octal 233 51 114 0 112 63 47 526 72 46
Binary 10011011 101001 1001100 0 1001010 110011 100111 101010110 111010 100110

Color Harmonies of #9B294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B294C

Black with #9B294C

Text Example


Text Example

White with #9B294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B294C; }

 p { color: rgb(155,41,76); }

 H1.HeaderClassName
 {
   color: #9B294C;
 }
 .AnyTagClassName
 {
   color: #9B294C;
 }
</style>

background-color css

<style>
 a { background-color: #9B294C; }

 a { background-color: rgb(155,41,76); }

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

border-color css

<style>
 span { border-color: #9B294C; }

 span { border-color: rgb(155,41,76); }

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