Html Css Color HEX #983146 Lipstick

📋 copy color: '#983146'

red 152 ◦ green 49 ◦ blue 70

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

Shades of Lipstick #983146

Tints of Lipstick #983146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 56.09%
G = 18.08%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#983146 (or 0x983146) is known color: Lipstick. HEX triplet: 98, 31 and 46. RGB value is (152,49,70). Sum of RGB (Red+Green+Blue) = 152+49+70=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983146 is #67CEB9. Grayscale: #525252. Windows color (decimal): -6803130 or 4600216. OLE color: 4600216.

HSL color Cylindrical-coordinate representation of color #983146: hue angle of 347.77º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983146 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 70 -
CMYK 0 0.68 0.54 0.40
HSL 347.77º 0.51% 0.39% -
HSV(B) 347.77º 0.68% 0.6% -
XYZ 15.15 9.31 6.79 -
YUV 82.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 152 49 70 0 0.68 0.54 0.40 347.77 0.51 0.39
Hex 98 31 46 0 44 36 28 15C 33 27
Octal 230 61 106 0 104 66 50 534 63 47
Binary 10011000 110001 1000110 0 1000100 110110 101000 101011100 110011 100111

Color Harmonies of #983146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983146

Black with #983146

Text Example


Text Example

White with #983146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983146; }

 p { color: rgb(152,49,70); }

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

background-color css

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

 a { background-color: rgb(152,49,70); }

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

border-color css

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

 span { border-color: rgb(152,49,70); }

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