Html Css Color HEX #981141 Lipstick

📋 copy color: '#981141'

red 152 ◦ green 17 ◦ blue 65

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

Shades of Lipstick #981141

Tints of Lipstick #981141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 64.96%
G = 7.26%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#981141 (or 0x981141) is known color: Lipstick. HEX triplet: 98, 11 and 41. RGB value is (152,17,65). Sum of RGB (Red+Green+Blue) = 152+17+65=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #981141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981141 is #67EEBE. Grayscale: #3E3E3E. Windows color (decimal): -6811327 or 4264344. OLE color: 4264344.

HSL color Cylindrical-coordinate representation of color #981141: hue angle of 338.67º 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 #981141 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 65 -
CMYK 0 0.89 0.57 0.40
HSL 338.67º 0.8% 0.33% -
HSV(B) 338.67º 0.89% 0.6% -
XYZ 14.1 7.46 5.7 -
YUV 62.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 152 17 65 0 0.89 0.57 0.40 338.67 0.8 0.33
Hex 98 11 41 0 59 39 28 153 50 21
Octal 230 21 101 0 131 71 50 523 120 41
Binary 10011000 10001 1000001 0 1011001 111001 101000 101010011 1010000 100001

Color Harmonies of #981141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981141

Black with #981141

Text Example


Text Example

White with #981141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981141; }

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

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

background-color css

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

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

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

border-color css

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

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

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