Html Css Color HEX #98375C Lipstick

📋 copy color: '#98375C'

red 152 ◦ green 55 ◦ blue 92

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

Shades of Lipstick #98375C

Tints of Lipstick #98375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 50.84%
G = 18.39%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98375C (or 0x98375C) is known color: Lipstick. HEX triplet: 98, 37 and 5C. RGB value is (152,55,92). Sum of RGB (Red+Green+Blue) = 152+55+92=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98375C is #67C8A3. Grayscale: #585858. Windows color (decimal): -6801572 or 6043544. OLE color: 6043544.

HSL color Cylindrical-coordinate representation of color #98375C: hue angle of 337.11º 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 #98375C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 92 -
CMYK 0 0.64 0.39 0.40
HSL 337.11º 0.47% 0.41% -
HSV(B) 337.11º 0.64% 0.6% -
XYZ 16.25 10.18 11.23 -
YUV 88.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 152 55 92 0 0.64 0.39 0.40 337.11 0.47 0.41
Hex 98 37 5C 0 40 27 28 151 2F 29
Octal 230 67 134 0 100 47 50 521 57 51
Binary 10011000 110111 1011100 0 1000000 100111 101000 101010001 101111 101001

Color Harmonies of #98375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98375C

Black with #98375C

Text Example


Text Example

White with #98375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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