Html Css Color HEX #981F41 Lipstick

📋 copy color: '#981F41'

red 152 ◦ green 31 ◦ blue 65

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

Shades of Lipstick #981F41

Tints of Lipstick #981F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

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

R = 61.29%
G = 12.5%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#981F41 (or 0x981F41) is known color: Lipstick. HEX triplet: 98, 1F and 41. RGB value is (152,31,65). Sum of RGB (Red+Green+Blue) = 152+31+65=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #981F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981F41 is #67E0BE. Grayscale: #474747. Windows color (decimal): -6807743 or 4267928. OLE color: 4267928.

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

Color convert

RGB 152 31 65 -
CMYK 0 0.80 0.57 0.40
HSL 343.14º 0.66% 0.36% -
HSV(B) 343.14º 0.8% 0.6% -
XYZ 14.39 8.04 5.79 -
YUV 71.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 152 31 65 0 0.80 0.57 0.40 343.14 0.66 0.36
Hex 98 1F 41 0 50 39 28 157 42 24
Octal 230 37 101 0 120 71 50 527 102 44
Binary 10011000 11111 1000001 0 1010000 111001 101000 101010111 1000010 100100

Color Harmonies of #981F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F41

Black with #981F41

Text Example


Text Example

White with #981F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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