Html Css Color HEX #981241 Lipstick

📋 copy color: '#981241'

red 152 ◦ green 18 ◦ blue 65

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

Shades of Lipstick #981241

Tints of Lipstick #981241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 64.68%
G = 7.66%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#981241 (or 0x981241) is known color: Lipstick. HEX triplet: 98, 12 and 41. RGB value is (152,18,65). Sum of RGB (Red+Green+Blue) = 152+18+65=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #981241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981241 is #67EDBE. Grayscale: #3F3F3F. Windows color (decimal): -6811071 or 4264600. OLE color: 4264600.

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

Color convert

RGB 152 18 65 -
CMYK 0 0.88 0.57 0.40
HSL 338.96º 0.79% 0.33% -
HSV(B) 338.96º 0.88% 0.6% -
XYZ 14.12 7.49 5.7 -
YUV 63.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 152 18 65 0 0.88 0.57 0.40 338.96 0.79 0.33
Hex 98 12 41 0 58 39 28 153 4F 21
Octal 230 22 101 0 130 71 50 523 117 41
Binary 10011000 10010 1000001 0 1011000 111001 101000 101010011 1001111 100001

Color Harmonies of #981241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981241

Black with #981241

Text Example


Text Example

White with #981241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981241; }

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

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

background-color css

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

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

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

border-color css

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

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

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