Html Css Color HEX #9B3250 Lipstick

📋 copy color: '#9B3250'

red 155 ◦ green 50 ◦ blue 80

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

Shades of Lipstick #9B3250

Tints of Lipstick #9B3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 54.39%
G = 17.54%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B3250 (or 0x9B3250) is known color: Lipstick. HEX triplet: 9B, 32 and 50. RGB value is (155,50,80). Sum of RGB (Red+Green+Blue) = 155+50+80=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3250 is #64CDAF. Grayscale: #545454. Windows color (decimal): -6606256 or 5255835. OLE color: 5255835.

HSL color Cylindrical-coordinate representation of color #9B3250: hue angle of 342.86º degrees, saturation: 0.51, 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 #9B3250 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 80 -
CMYK 0 0.68 0.48 0.39
HSL 342.86º 0.51% 0.4% -
HSV(B) 342.86º 0.68% 0.61% -
XYZ 16.11 9.83 8.64 -
YUV 84.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 155 50 80 0 0.68 0.48 0.39 342.86 0.51 0.4
Hex 9B 32 50 0 44 30 27 157 33 28
Octal 233 62 120 0 104 60 47 527 63 50
Binary 10011011 110010 1010000 0 1000100 110000 100111 101010111 110011 101000

Color Harmonies of #9B3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3250

Black with #9B3250

Text Example


Text Example

White with #9B3250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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