Html Css Color HEX #9B365F Lipstick

📋 copy color: '#9B365F'

red 155 ◦ green 54 ◦ blue 95

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

Shades of Lipstick #9B365F

Tints of Lipstick #9B365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 50.99%
G = 17.76%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B365F (or 0x9B365F) is known color: Lipstick. HEX triplet: 9B, 36 and 5F. RGB value is (155,54,95). Sum of RGB (Red+Green+Blue) = 155+54+95=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B365F is #64C9A0. Grayscale: #585858. Windows color (decimal): -6605217 or 6239899. OLE color: 6239899.

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

Color convert

RGB 155 54 95 -
CMYK 0 0.65 0.39 0.39
HSL 335.64º 0.48% 0.41% -
HSV(B) 335.64º 0.65% 0.61% -
XYZ 16.9 10.43 11.95 -
YUV 88.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 155 54 95 0 0.65 0.39 0.39 335.64 0.48 0.41
Hex 9B 36 5F 0 41 27 27 150 30 29
Octal 233 66 137 0 101 47 47 520 60 51
Binary 10011011 110110 1011111 0 1000001 100111 100111 101010000 110000 101001

Color Harmonies of #9B365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B365F

Black with #9B365F

Text Example


Text Example

White with #9B365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,95); }

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

background-color css

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

 a { background-color: rgb(155,54,95); }

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

border-color css

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

 span { border-color: rgb(155,54,95); }

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