Html Css Color HEX #9B174D Lipstick

📋 copy color: '#9B174D'

red 155 ◦ green 23 ◦ blue 77

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

Shades of Lipstick #9B174D

Tints of Lipstick #9B174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 60.78%
G = 9.02%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B174D (or 0x9B174D) is known color: Lipstick. HEX triplet: 9B, 17 and 4D. RGB value is (155,23,77). Sum of RGB (Red+Green+Blue) = 155+23+77=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B174D is #64E8B2. Grayscale: #444444. Windows color (decimal): -6613171 or 5052315. OLE color: 5052315.

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

Color convert

RGB 155 23 77 -
CMYK 0 0.85 0.50 0.39
HSL 335.45º 0.74% 0.35% -
HSV(B) 335.45º 0.85% 0.61% -
XYZ 15.16 8.12 7.79 -
YUV 68.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 155 23 77 0 0.85 0.50 0.39 335.45 0.74 0.35
Hex 9B 17 4D 0 55 32 27 14F 4A 23
Octal 233 27 115 0 125 62 47 517 112 43
Binary 10011011 10111 1001101 0 1010101 110010 100111 101001111 1001010 100011

Color Harmonies of #9B174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B174D

Black with #9B174D

Text Example


Text Example

White with #9B174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,77); }

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

background-color css

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

 a { background-color: rgb(155,23,77); }

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

border-color css

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

 span { border-color: rgb(155,23,77); }

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