Html Css Color HEX #9B144A Lipstick

📋 copy color: '#9B144A'

red 155 ◦ green 20 ◦ blue 74

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

Shades of Lipstick #9B144A

Tints of Lipstick #9B144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 62.25%
G = 8.03%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B144A (or 0x9B144A) is known color: Lipstick. HEX triplet: 9B, 14 and 4A. RGB value is (155,20,74). Sum of RGB (Red+Green+Blue) = 155+20+74=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B144A is #64EBB5. Grayscale: #424242. Windows color (decimal): -6613942 or 4854939. OLE color: 4854939.

HSL color Cylindrical-coordinate representation of color #9B144A: hue angle of 336º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B144A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 74 -
CMYK 0 0.87 0.52 0.39
HSL 336º 0.77% 0.34% -
HSV(B) 336º 0.87% 0.61% -
XYZ 15 7.96 7.22 -
YUV 66.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 155 20 74 0 0.87 0.52 0.39 336 0.77 0.34
Hex 9B 14 4A 0 57 34 27 150 4D 22
Octal 233 24 112 0 127 64 47 520 115 42
Binary 10011011 10100 1001010 0 1010111 110100 100111 101010000 1001101 100010

Color Harmonies of #9B144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B144A

Black with #9B144A

Text Example


Text Example

White with #9B144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,74); }

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

background-color css

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

 a { background-color: rgb(155,20,74); }

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

border-color css

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

 span { border-color: rgb(155,20,74); }

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