Html Css Color HEX #9B1D4E Lipstick

📋 copy color: '#9B1D4E'

red 155 ◦ green 29 ◦ blue 78

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

Shades of Lipstick #9B1D4E

Tints of Lipstick #9B1D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.07%

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

R = 59.16%
G = 11.07%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B1D4E (or 0x9B1D4E) is known color: Lipstick. HEX triplet: 9B, 1D and 4E. RGB value is (155,29,78). Sum of RGB (Red+Green+Blue) = 155+29+78=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D4E is #64E2B1. Grayscale: #484848. Windows color (decimal): -6611634 or 5119387. OLE color: 5119387.

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

Color convert

RGB 155 29 78 -
CMYK 0 0.81 0.50 0.39
HSL 336.67º 0.68% 0.36% -
HSV(B) 336.67º 0.81% 0.61% -
XYZ 15.33 8.4 8.02 -
YUV 72.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 155 29 78 0 0.81 0.50 0.39 336.67 0.68 0.36
Hex 9B 1D 4E 0 51 32 27 151 44 24
Octal 233 35 116 0 121 62 47 521 104 44
Binary 10011011 11101 1001110 0 1010001 110010 100111 101010001 1000100 100100

Color Harmonies of #9B1D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D4E

Black with #9B1D4E

Text Example


Text Example

White with #9B1D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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