Html Css Color HEX #9B3355 Lipstick

📋 copy color: '#9B3355'

red 155 ◦ green 51 ◦ blue 85

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

Shades of Lipstick #9B3355

Tints of Lipstick #9B3355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 53.26%
G = 17.53%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B3355 (or 0x9B3355) is known color: Lipstick. HEX triplet: 9B, 33 and 55. RGB value is (155,51,85). Sum of RGB (Red+Green+Blue) = 155+51+85=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3355 is #64CCAA. Grayscale: #555555. Windows color (decimal): -6605995 or 5583771. OLE color: 5583771.

HSL color Cylindrical-coordinate representation of color #9B3355: hue angle of 340.38º 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 #9B3355 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 51 85 -
CMYK 0 0.67 0.45 0.39
HSL 340.38º 0.5% 0.4% -
HSV(B) 340.38º 0.67% 0.61% -
XYZ 16.34 9.99 9.66 -
YUV 85.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 155 51 85 0 0.67 0.45 0.39 340.38 0.5 0.4
Hex 9B 33 55 0 43 2D 27 154 32 28
Octal 233 63 125 0 103 55 47 524 62 50
Binary 10011011 110011 1010101 0 1000011 101101 100111 101010100 110010 101000

Color Harmonies of #9B3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3355

Black with #9B3355

Text Example


Text Example

White with #9B3355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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