Html Css Color HEX #982141 Lipstick

📋 copy color: '#982141'

red 152 ◦ green 33 ◦ blue 65

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

Shades of Lipstick #982141

Tints of Lipstick #982141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 60.8%
G = 13.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#982141 (or 0x982141) is known color: Lipstick. HEX triplet: 98, 21 and 41. RGB value is (152,33,65). Sum of RGB (Red+Green+Blue) = 152+33+65=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #982141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982141 is #67DEBE. Grayscale: #484848. Windows color (decimal): -6807231 or 4268440. OLE color: 4268440.

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

Color convert

RGB 152 33 65 -
CMYK 0 0.78 0.57 0.40
HSL 343.87º 0.64% 0.36% -
HSV(B) 343.87º 0.78% 0.6% -
XYZ 14.45 8.14 5.81 -
YUV 72.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 152 33 65 0 0.78 0.57 0.40 343.87 0.64 0.36
Hex 98 21 41 0 4E 39 28 158 40 24
Octal 230 41 101 0 116 71 50 530 100 44
Binary 10011000 100001 1000001 0 1001110 111001 101000 101011000 1000000 100100

Color Harmonies of #982141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982141

Black with #982141

Text Example


Text Example

White with #982141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982141; }

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

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

background-color css

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

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

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

border-color css

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

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

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