Html Css Color HEX #981D41 Lipstick

📋 copy color: '#981D41'

red 152 ◦ green 29 ◦ blue 65

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

Shades of Lipstick #981D41

Tints of Lipstick #981D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.79%

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

R = 61.79%
G = 11.79%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#981D41 (or 0x981D41) is known color: Lipstick. HEX triplet: 98, 1D and 41. RGB value is (152,29,65). Sum of RGB (Red+Green+Blue) = 152+29+65=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #981D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D41 is #67E2BE. Grayscale: #454545. Windows color (decimal): -6808255 or 4267416. OLE color: 4267416.

HSL color Cylindrical-coordinate representation of color #981D41: hue angle of 342.44º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D41 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 65 -
CMYK 0 0.81 0.57 0.40
HSL 342.44º 0.68% 0.35% -
HSV(B) 342.44º 0.81% 0.6% -
XYZ 14.34 7.94 5.78 -
YUV 69.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 152 29 65 0 0.81 0.57 0.40 342.44 0.68 0.35
Hex 98 1D 41 0 51 39 28 156 44 23
Octal 230 35 101 0 121 71 50 526 104 43
Binary 10011000 11101 1000001 0 1010001 111001 101000 101010110 1000100 100011

Color Harmonies of #981D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D41

Black with #981D41

Text Example


Text Example

White with #981D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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