Html Css Color HEX #98113D Lipstick

📋 copy color: '#98113D'

red 152 ◦ green 17 ◦ blue 61

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

Shades of Lipstick #98113D

Tints of Lipstick #98113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 66.09%
G = 7.39%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#98113D (or 0x98113D) is known color: Lipstick. HEX triplet: 98, 11 and 3D. RGB value is (152,17,61). Sum of RGB (Red+Green+Blue) = 152+17+61=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #98113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98113D is #67EEC2. Grayscale: #3E3E3E. Windows color (decimal): -6811331 or 4002200. OLE color: 4002200.

HSL color Cylindrical-coordinate representation of color #98113D: hue angle of 340.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98113D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 61 -
CMYK 0 0.89 0.60 0.40
HSL 340.44º 0.8% 0.33% -
HSV(B) 340.44º 0.89% 0.6% -
XYZ 13.99 7.41 5.11 -
YUV 62.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 152 17 61 0 0.89 0.60 0.40 340.44 0.8 0.33
Hex 98 11 3D 0 59 3C 28 154 50 21
Octal 230 21 75 0 131 74 50 524 120 41
Binary 10011000 10001 111101 0 1011001 111100 101000 101010100 1010000 100001

Color Harmonies of #98113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98113D

Black with #98113D

Text Example


Text Example

White with #98113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98113D; }

 p { color: rgb(152,17,61); }

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

background-color css

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

 a { background-color: rgb(152,17,61); }

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

border-color css

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

 span { border-color: rgb(152,17,61); }

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