Html Css Color HEX #98324B Lipstick

📋 copy color: '#98324B'

red 152 ◦ green 50 ◦ blue 75

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

Shades of Lipstick #98324B

Tints of Lipstick #98324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 54.87%
G = 18.05%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98324B (or 0x98324B) is known color: Lipstick. HEX triplet: 98, 32 and 4B. RGB value is (152,50,75). Sum of RGB (Red+Green+Blue) = 152+50+75=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98324B is #67CDB4. Grayscale: #535353. Windows color (decimal): -6802869 or 4928152. OLE color: 4928152.

HSL color Cylindrical-coordinate representation of color #98324B: hue angle of 345.29º 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 #98324B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 75 -
CMYK 0 0.67 0.51 0.40
HSL 345.29º 0.5% 0.4% -
HSV(B) 345.29º 0.67% 0.6% -
XYZ 15.36 9.46 7.67 -
YUV 83.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 152 50 75 0 0.67 0.51 0.40 345.29 0.5 0.4
Hex 98 32 4B 0 43 33 28 159 32 28
Octal 230 62 113 0 103 63 50 531 62 50
Binary 10011000 110010 1001011 0 1000011 110011 101000 101011001 110010 101000

Color Harmonies of #98324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98324B

Black with #98324B

Text Example


Text Example

White with #98324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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