Html Css Color HEX #9B1B40 Lipstick

📋 copy color: '#9B1B40'

red 155 ◦ green 27 ◦ blue 64

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

Shades of Lipstick #9B1B40

Tints of Lipstick #9B1B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.98%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 63.01%
G = 10.98%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B1B40 (or 0x9B1B40) is known color: Lipstick. HEX triplet: 9B, 1B and 40. RGB value is (155,27,64). Sum of RGB (Red+Green+Blue) = 155+27+64=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B40 is #64E4BF. Grayscale: #454545. Windows color (decimal): -6612160 or 4201371. OLE color: 4201371.

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

Color convert

RGB 155 27 64 -
CMYK 0 0.83 0.59 0.39
HSL 342.66º 0.7% 0.36% -
HSV(B) 342.66º 0.83% 0.61% -
XYZ 14.83 8.12 5.64 -
YUV 69.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 155 27 64 0 0.83 0.59 0.39 342.66 0.7 0.36
Hex 9B 1B 40 0 53 3B 27 157 46 24
Octal 233 33 100 0 123 73 47 527 106 44
Binary 10011011 11011 1000000 0 1010011 111011 100111 101010111 1000110 100100

Color Harmonies of #9B1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1B40

Black with #9B1B40

Text Example


Text Example

White with #9B1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,27,64); }

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

background-color css

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

 a { background-color: rgb(155,27,64); }

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

border-color css

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

 span { border-color: rgb(155,27,64); }

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