Html Css Color HEX #98326B Lipstick

📋 copy color: '#98326B'

red 152 ◦ green 50 ◦ blue 107

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

Shades of Lipstick #98326B

Tints of Lipstick #98326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 49.19%
G = 16.18%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98326B (or 0x98326B) is known color: Lipstick. HEX triplet: 98, 32 and 6B. RGB value is (152,50,107). Sum of RGB (Red+Green+Blue) = 152+50+107=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98326B is #67CD94. Grayscale: #565656. Windows color (decimal): -6802837 or 7025304. OLE color: 7025304.

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

Color convert

RGB 152 50 107 -
CMYK 0 0.67 0.30 0.40
HSL 326.47º 0.5% 0.4% -
HSV(B) 326.47º 0.67% 0.6% -
XYZ 16.74 10.02 14.96 -
YUV 87 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 152 50 107 0 0.67 0.30 0.40 326.47 0.5 0.4
Hex 98 32 6B 0 43 1E 28 146 32 28
Octal 230 62 153 0 103 36 50 506 62 50
Binary 10011000 110010 1101011 0 1000011 11110 101000 101000110 110010 101000

Color Harmonies of #98326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98326B

Black with #98326B

Text Example


Text Example

White with #98326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,50,107); }

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

background-color css

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

 a { background-color: rgb(152,50,107); }

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

border-color css

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

 span { border-color: rgb(152,50,107); }

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