Html Css Color HEX #98305D Lipstick

📋 copy color: '#98305D'

red 152 ◦ green 48 ◦ blue 93

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

Shades of Lipstick #98305D

Tints of Lipstick #98305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 51.88%
G = 16.38%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98305D (or 0x98305D) is known color: Lipstick. HEX triplet: 98, 30 and 5D. RGB value is (152,48,93). Sum of RGB (Red+Green+Blue) = 152+48+93=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98305D is #67CFA2. Grayscale: #545454. Windows color (decimal): -6803363 or 6107288. OLE color: 6107288.

HSL color Cylindrical-coordinate representation of color #98305D: hue angle of 334.04º degrees, saturation: 0.52, 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 #98305D is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 93 -
CMYK 0 0.68 0.39 0.40
HSL 334.04º 0.52% 0.39% -
HSV(B) 334.04º 0.68% 0.6% -
XYZ 15.98 9.58 11.36 -
YUV 84.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 152 48 93 0 0.68 0.39 0.40 334.04 0.52 0.39
Hex 98 30 5D 0 44 27 28 14E 34 27
Octal 230 60 135 0 104 47 50 516 64 47
Binary 10011000 110000 1011101 0 1000100 100111 101000 101001110 110100 100111

Color Harmonies of #98305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98305D

Black with #98305D

Text Example


Text Example

White with #98305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,48,93); }

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

background-color css

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

 a { background-color: rgb(152,48,93); }

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

border-color css

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

 span { border-color: rgb(152,48,93); }

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