Html Css Color HEX #983354 Lipstick

📋 copy color: '#983354'

red 152 ◦ green 51 ◦ blue 84

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

Shades of Lipstick #983354

Tints of Lipstick #983354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 52.96%
G = 17.77%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#983354 (or 0x983354) is known color: Lipstick. HEX triplet: 98, 33 and 54. RGB value is (152,51,84). Sum of RGB (Red+Green+Blue) = 152+51+84=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #983354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983354 is #67CCAB. Grayscale: #545454. Windows color (decimal): -6802604 or 5518232. OLE color: 5518232.

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

Color convert

RGB 152 51 84 -
CMYK 0 0.66 0.45 0.40
HSL 340.4º 0.5% 0.4% -
HSV(B) 340.4º 0.66% 0.6% -
XYZ 15.73 9.68 9.43 -
YUV 84.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 152 51 84 0 0.66 0.45 0.40 340.4 0.5 0.4
Hex 98 33 54 0 42 2D 28 154 32 28
Octal 230 63 124 0 102 55 50 524 62 50
Binary 10011000 110011 1010100 0 1000010 101101 101000 101010100 110010 101000

Color Harmonies of #983354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983354

Black with #983354

Text Example


Text Example

White with #983354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983354; }

 p { color: rgb(152,51,84); }

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

background-color css

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

 a { background-color: rgb(152,51,84); }

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

border-color css

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

 span { border-color: rgb(152,51,84); }

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