Html Css Color HEX #9B3350 Lipstick

📋 copy color: '#9B3350'

red 155 ◦ green 51 ◦ blue 80

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

Shades of Lipstick #9B3350

Tints of Lipstick #9B3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 54.2%
G = 17.83%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B3350 (or 0x9B3350) is known color: Lipstick. HEX triplet: 9B, 33 and 50. RGB value is (155,51,80). Sum of RGB (Red+Green+Blue) = 155+51+80=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3350 is #64CCAF. Grayscale: #555555. Windows color (decimal): -6606000 or 5256091. OLE color: 5256091.

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

Color convert

RGB 155 51 80 -
CMYK 0 0.67 0.48 0.39
HSL 343.27º 0.5% 0.4% -
HSV(B) 343.27º 0.67% 0.61% -
XYZ 16.15 9.92 8.65 -
YUV 85.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 155 51 80 0 0.67 0.48 0.39 343.27 0.5 0.4
Hex 9B 33 50 0 43 30 27 157 32 28
Octal 233 63 120 0 103 60 47 527 62 50
Binary 10011011 110011 1010000 0 1000011 110000 100111 101010111 110010 101000

Color Harmonies of #9B3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3350

Black with #9B3350

Text Example


Text Example

White with #9B3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,80); }

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

background-color css

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

 a { background-color: rgb(155,51,80); }

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

border-color css

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

 span { border-color: rgb(155,51,80); }

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