Html Css Color HEX #981C41 Lipstick

📋 copy color: '#981C41'

red 152 ◦ green 28 ◦ blue 65

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

Shades of Lipstick #981C41

Tints of Lipstick #981C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 62.04%
G = 11.43%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#981C41 (or 0x981C41) is known color: Lipstick. HEX triplet: 98, 1C and 41. RGB value is (152,28,65). Sum of RGB (Red+Green+Blue) = 152+28+65=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #981C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C41 is #67E3BE. Grayscale: #454545. Windows color (decimal): -6808511 or 4267160. OLE color: 4267160.

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

Color convert

RGB 152 28 65 -
CMYK 0 0.82 0.57 0.40
HSL 342.1º 0.69% 0.35% -
HSV(B) 342.1º 0.82% 0.6% -
XYZ 14.32 7.89 5.77 -
YUV 69.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 152 28 65 0 0.82 0.57 0.40 342.1 0.69 0.35
Hex 98 1C 41 0 52 39 28 156 45 23
Octal 230 34 101 0 122 71 50 526 105 43
Binary 10011000 11100 1000001 0 1010010 111001 101000 101010110 1000101 100011

Color Harmonies of #981C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C41

Black with #981C41

Text Example


Text Example

White with #981C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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