Html Css Color HEX #982353 Lipstick

📋 copy color: '#982353'

red 152 ◦ green 35 ◦ blue 83

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

Shades of Lipstick #982353

Tints of Lipstick #982353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 56.3%
G = 12.96%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#982353 (or 0x982353) is known color: Lipstick. HEX triplet: 98, 23 and 53. RGB value is (152,35,83). Sum of RGB (Red+Green+Blue) = 152+35+83=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #982353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982353 is #67DCAC. Grayscale: #4B4B4B. Windows color (decimal): -6806701 or 5448600. OLE color: 5448600.

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

Color convert

RGB 152 35 83 -
CMYK 0 0.77 0.45 0.40
HSL 335.38º 0.63% 0.37% -
HSV(B) 335.38º 0.77% 0.6% -
XYZ 15.11 8.5 9.03 -
YUV 75.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 152 35 83 0 0.77 0.45 0.40 335.38 0.63 0.37
Hex 98 23 53 0 4D 2D 28 14F 3F 25
Octal 230 43 123 0 115 55 50 517 77 45
Binary 10011000 100011 1010011 0 1001101 101101 101000 101001111 111111 100101

Color Harmonies of #982353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982353

Black with #982353

Text Example


Text Example

White with #982353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982353; }

 p { color: rgb(152,35,83); }

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

background-color css

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

 a { background-color: rgb(152,35,83); }

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

border-color css

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

 span { border-color: rgb(152,35,83); }

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