Html Css Color HEX #9B113F Lipstick

📋 copy color: '#9B113F'

red 155 ◦ green 17 ◦ blue 63

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

Shades of Lipstick #9B113F

Tints of Lipstick #9B113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 65.96%
G = 7.23%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B113F (or 0x9B113F) is known color: Lipstick. HEX triplet: 9B, 11 and 3F. RGB value is (155,17,63). Sum of RGB (Red+Green+Blue) = 155+17+63=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B113F is #64EEC0. Grayscale: #3F3F3F. Windows color (decimal): -6614721 or 4133275. OLE color: 4133275.

HSL color Cylindrical-coordinate representation of color #9B113F: hue angle of 340º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B113F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 17 63 -
CMYK 0 0.89 0.59 0.39
HSL 340º 0.8% 0.34% -
HSV(B) 340º 0.89% 0.61% -
XYZ 14.62 7.73 5.42 -
YUV 63.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 155 17 63 0 0.89 0.59 0.39 340 0.8 0.34
Hex 9B 11 3F 0 59 3B 27 154 50 22
Octal 233 21 77 0 131 73 47 524 120 42
Binary 10011011 10001 111111 0 1011001 111011 100111 101010100 1010000 100010

Color Harmonies of #9B113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B113F

Black with #9B113F

Text Example


Text Example

White with #9B113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,63); }

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

background-color css

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

 a { background-color: rgb(155,17,63); }

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

border-color css

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

 span { border-color: rgb(155,17,63); }

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