Html Css Color HEX #9B375E Lipstick

📋 copy color: '#9B375E'

red 155 ◦ green 55 ◦ blue 94

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

Shades of Lipstick #9B375E

Tints of Lipstick #9B375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 50.99%
G = 18.09%
B = 30.92%

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

#9B375E (or 0x9B375E) is known color: Lipstick. HEX triplet: 9B, 37 and 5E. RGB value is (155,55,94). Sum of RGB (Red+Green+Blue) = 155+55+94=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B375E is #64C8A1. Grayscale: #595959. Windows color (decimal): -6604962 or 6174619. OLE color: 6174619.

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

Color convert

RGB 155 55 94 -
CMYK 0 0.65 0.39 0.39
HSL 336.6º 0.48% 0.41% -
HSV(B) 336.6º 0.65% 0.61% -
XYZ 16.9 10.51 11.73 -
YUV 89.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 155 55 94 0 0.65 0.39 0.39 336.6 0.48 0.41
Hex 9B 37 5E 0 41 27 27 151 30 29
Octal 233 67 136 0 101 47 47 521 60 51
Binary 10011011 110111 1011110 0 1000001 100111 100111 101010001 110000 101001

Color Harmonies of #9B375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B375E

Black with #9B375E

Text Example


Text Example

White with #9B375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,94); }

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

background-color css

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

 a { background-color: rgb(155,55,94); }

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

border-color css

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

 span { border-color: rgb(155,55,94); }

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