Html Css Color HEX #981041 Lipstick

📋 copy color: '#981041'

red 152 ◦ green 16 ◦ blue 65

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

Shades of Lipstick #981041

Tints of Lipstick #981041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 65.24%
G = 6.87%
B = 27.9%

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

#981041 (or 0x981041) is known color: Lipstick. HEX triplet: 98, 10 and 41. RGB value is (152,16,65). Sum of RGB (Red+Green+Blue) = 152+16+65=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #981041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981041 is #67EFBE. Grayscale: #3E3E3E. Windows color (decimal): -6811583 or 4264088. OLE color: 4264088.

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

Color convert

RGB 152 16 65 -
CMYK 0 0.89 0.57 0.40
HSL 338.38º 0.81% 0.33% -
HSV(B) 338.38º 0.89% 0.6% -
XYZ 14.09 7.43 5.69 -
YUV 62.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 152 16 65 0 0.89 0.57 0.40 338.38 0.81 0.33
Hex 98 10 41 0 59 39 28 152 51 21
Octal 230 20 101 0 131 71 50 522 121 41
Binary 10011000 10000 1000001 0 1011001 111001 101000 101010010 1010001 100001

Color Harmonies of #981041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981041

Black with #981041

Text Example


Text Example

White with #981041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981041; }

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

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

background-color css

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

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

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

border-color css

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

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

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