Html Css Color HEX #9B1F4E Lipstick

📋 copy color: '#9B1F4E'

red 155 ◦ green 31 ◦ blue 78

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

Shades of Lipstick #9B1F4E

Tints of Lipstick #9B1F4E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 58.71%
G = 11.74%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B1F4E (or 0x9B1F4E) is known color: Lipstick. HEX triplet: 9B, 1F and 4E. RGB value is (155,31,78). Sum of RGB (Red+Green+Blue) = 155+31+78=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1F4E is #64E0B1. Grayscale: #494949. Windows color (decimal): -6611122 or 5119899. OLE color: 5119899.

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

Color convert

RGB 155 31 78 -
CMYK 0 0.8 0.50 0.39
HSL 337.26º 0.67% 0.36% -
HSV(B) 337.26º 0.8% 0.61% -
XYZ 15.38 8.5 8.04 -
YUV 73.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 155 31 78 0 0.8 0.50 0.39 337.26 0.67 0.36
Hex 9B 1F 4E 0 50 32 27 151 43 24
Octal 233 37 116 0 120 62 47 521 103 44
Binary 10011011 11111 1001110 0 1010000 110010 100111 101010001 1000011 100100

Color Harmonies of #9B1F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1F4E

Black with #9B1F4E

Text Example


Text Example

White with #9B1F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,31,78); }

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

background-color css

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

 a { background-color: rgb(155,31,78); }

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

border-color css

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

 span { border-color: rgb(155,31,78); }

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