Html Css Color HEX #9B314C Lipstick

📋 copy color: '#9B314C'

red 155 ◦ green 49 ◦ blue 76

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

Shades of Lipstick #9B314C

Tints of Lipstick #9B314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 55.36%
G = 17.5%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B314C (or 0x9B314C) is known color: Lipstick. HEX triplet: 9B, 31 and 4C. RGB value is (155,49,76). Sum of RGB (Red+Green+Blue) = 155+49+76=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B314C is #64CEB3. Grayscale: #535353. Windows color (decimal): -6606516 or 4993435. OLE color: 4993435.

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

Color convert

RGB 155 49 76 -
CMYK 0 0.68 0.51 0.39
HSL 344.72º 0.52% 0.4% -
HSV(B) 344.72º 0.68% 0.61% -
XYZ 15.92 9.69 7.87 -
YUV 83.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 155 49 76 0 0.68 0.51 0.39 344.72 0.52 0.4
Hex 9B 31 4C 0 44 33 27 159 34 28
Octal 233 61 114 0 104 63 47 531 64 50
Binary 10011011 110001 1001100 0 1000100 110011 100111 101011001 110100 101000

Color Harmonies of #9B314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B314C

Black with #9B314C

Text Example


Text Example

White with #9B314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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