Html Css Color HEX #9B1950 Lipstick

📋 copy color: '#9B1950'

red 155 ◦ green 25 ◦ blue 80

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

Shades of Lipstick #9B1950

Tints of Lipstick #9B1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 59.62%
G = 9.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B1950 (or 0x9B1950) is known color: Lipstick. HEX triplet: 9B, 19 and 50. RGB value is (155,25,80). Sum of RGB (Red+Green+Blue) = 155+25+80=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1950 is #64E6AF. Grayscale: #464646. Windows color (decimal): -6612656 or 5249435. OLE color: 5249435.

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

Color convert

RGB 155 25 80 -
CMYK 0 0.84 0.48 0.39
HSL 334.62º 0.72% 0.35% -
HSV(B) 334.62º 0.84% 0.61% -
XYZ 15.31 8.24 8.37 -
YUV 70.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 155 25 80 0 0.84 0.48 0.39 334.62 0.72 0.35
Hex 9B 19 50 0 54 30 27 14F 48 23
Octal 233 31 120 0 124 60 47 517 110 43
Binary 10011011 11001 1010000 0 1010100 110000 100111 101001111 1001000 100011

Color Harmonies of #9B1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1950

Black with #9B1950

Text Example


Text Example

White with #9B1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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