Html Css Color HEX #98365B Lipstick

📋 copy color: '#98365B'

red 152 ◦ green 54 ◦ blue 91

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

Shades of Lipstick #98365B

Tints of Lipstick #98365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 51.18%
G = 18.18%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98365B (or 0x98365B) is known color: Lipstick. HEX triplet: 98, 36 and 5B. RGB value is (152,54,91). Sum of RGB (Red+Green+Blue) = 152+54+91=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98365B is #67C9A4. Grayscale: #575757. Windows color (decimal): -6801829 or 5977752. OLE color: 5977752.

HSL color Cylindrical-coordinate representation of color #98365B: hue angle of 337.35º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98365B is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 91 -
CMYK 0 0.64 0.40 0.40
HSL 337.35º 0.48% 0.4% -
HSV(B) 337.35º 0.64% 0.6% -
XYZ 16.16 10.07 10.99 -
YUV 87.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 152 54 91 0 0.64 0.40 0.40 337.35 0.48 0.4
Hex 98 36 5B 0 40 28 28 151 30 28
Octal 230 66 133 0 100 50 50 521 60 50
Binary 10011000 110110 1011011 0 1000000 101000 101000 101010001 110000 101000

Color Harmonies of #98365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98365B

Black with #98365B

Text Example


Text Example

White with #98365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98365B; }

 p { color: rgb(152,54,91); }

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

background-color css

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

 a { background-color: rgb(152,54,91); }

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

border-color css

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

 span { border-color: rgb(152,54,91); }

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