Html Css Color HEX #98375A Lipstick

📋 copy color: '#98375A'

red 152 ◦ green 55 ◦ blue 90

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

Shades of Lipstick #98375A

Tints of Lipstick #98375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 51.18%
G = 18.52%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98375A (or 0x98375A) is known color: Lipstick. HEX triplet: 98, 37 and 5A. RGB value is (152,55,90). Sum of RGB (Red+Green+Blue) = 152+55+90=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98375A is #67C8A5. Grayscale: #575757. Windows color (decimal): -6801574 or 5912472. OLE color: 5912472.

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

Color convert

RGB 152 55 90 -
CMYK 0 0.64 0.41 0.40
HSL 338.35º 0.47% 0.41% -
HSV(B) 338.35º 0.64% 0.6% -
XYZ 16.16 10.15 10.78 -
YUV 87.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 152 55 90 0 0.64 0.41 0.40 338.35 0.47 0.41
Hex 98 37 5A 0 40 29 28 152 2F 29
Octal 230 67 132 0 100 51 50 522 57 51
Binary 10011000 110111 1011010 0 1000000 101001 101000 101010010 101111 101001

Color Harmonies of #98375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98375A

Black with #98375A

Text Example


Text Example

White with #98375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98375A; }

 p { color: rgb(152,55,90); }

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

background-color css

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

 a { background-color: rgb(152,55,90); }

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

border-color css

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

 span { border-color: rgb(152,55,90); }

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