Html Css Color HEX #983352 Lipstick

📋 copy color: '#983352'

red 152 ◦ green 51 ◦ blue 82

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

Shades of Lipstick #983352

Tints of Lipstick #983352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 53.33%
G = 17.89%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#983352 (or 0x983352) is known color: Lipstick. HEX triplet: 98, 33 and 52. RGB value is (152,51,82). Sum of RGB (Red+Green+Blue) = 152+51+82=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #983352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983352 is #67CCAD. Grayscale: #545454. Windows color (decimal): -6802606 or 5387160. OLE color: 5387160.

HSL color Cylindrical-coordinate representation of color #983352: hue angle of 341.58º 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 #983352 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 82 -
CMYK 0 0.66 0.46 0.40
HSL 341.58º 0.5% 0.4% -
HSV(B) 341.58º 0.66% 0.6% -
XYZ 15.66 9.65 9.02 -
YUV 84.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 152 51 82 0 0.66 0.46 0.40 341.58 0.5 0.4
Hex 98 33 52 0 42 2E 28 156 32 28
Octal 230 63 122 0 102 56 50 526 62 50
Binary 10011000 110011 1010010 0 1000010 101110 101000 101010110 110010 101000

Color Harmonies of #983352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983352

Black with #983352

Text Example


Text Example

White with #983352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983352; }

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

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

background-color css

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

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

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

border-color css

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

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

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