Html Css Color HEX #9A1143 Lipstick

📋 copy color: '#9A1143'

red 154 ◦ green 17 ◦ blue 67

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

Shades of Lipstick #9A1143

Tints of Lipstick #9A1143

RGB

 RED value IS 154 (60.55% from 255) = 64.71%

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 64.71%
G = 7.14%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#9A1143 (or 0x9A1143) is known color: Lipstick. HEX triplet: 9A, 11 and 43. RGB value is (154,17,67). Sum of RGB (Red+Green+Blue) = 154+17+67=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1143 is #65EEBC. Grayscale: #3F3F3F. Windows color (decimal): -6680253 or 4395418. OLE color: 4395418.

HSL color Cylindrical-coordinate representation of color #9A1143: hue angle of 338.1º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1143 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 17 67 -
CMYK 0 0.89 0.56 0.40
HSL 338.1º 0.8% 0.34% -
HSV(B) 338.1º 0.89% 0.6% -
XYZ 14.54 7.68 6.03 -
YUV 63.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 154 17 67 0 0.89 0.56 0.40 338.1 0.8 0.34
Hex 9A 11 43 0 59 38 28 152 50 22
Octal 232 21 103 0 131 70 50 522 120 42
Binary 10011010 10001 1000011 0 1011001 111000 101000 101010010 1010000 100010

Color Harmonies of #9A1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1143

Black with #9A1143

Text Example


Text Example

White with #9A1143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,17,67); }

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

background-color css

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

 a { background-color: rgb(154,17,67); }

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

border-color css

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

 span { border-color: rgb(154,17,67); }

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