Html Css Color HEX #981140 Lipstick

📋 copy color: '#981140'

red 152 ◦ green 17 ◦ blue 64

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

Shades of Lipstick #981140

Tints of Lipstick #981140

RGB

 RED value IS 152 (59.77% from 255) = 65.24%

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

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

R = 65.24%
G = 7.3%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#981140 (or 0x981140) is known color: Lipstick. HEX triplet: 98, 11 and 40. RGB value is (152,17,64). Sum of RGB (Red+Green+Blue) = 152+17+64=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #981140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981140 is #67EEBF. Grayscale: #3E3E3E. Windows color (decimal): -6811328 or 4198808. OLE color: 4198808.

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

Color convert

RGB 152 17 64 -
CMYK 0 0.89 0.58 0.40
HSL 339.11º 0.8% 0.33% -
HSV(B) 339.11º 0.89% 0.6% -
XYZ 14.07 7.45 5.55 -
YUV 62.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 152 17 64 0 0.89 0.58 0.40 339.11 0.8 0.33
Hex 98 11 40 0 59 3A 28 153 50 21
Octal 230 21 100 0 131 72 50 523 120 41
Binary 10011000 10001 1000000 0 1011001 111010 101000 101010011 1010000 100001

Color Harmonies of #981140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981140

Black with #981140

Text Example


Text Example

White with #981140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981140; }

 p { color: rgb(152,17,64); }

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

background-color css

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

 a { background-color: rgb(152,17,64); }

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

border-color css

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

 span { border-color: rgb(152,17,64); }

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