Html Css Color HEX #982053 Lipstick

📋 copy color: '#982053'

red 152 ◦ green 32 ◦ blue 83

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

Shades of Lipstick #982053

Tints of Lipstick #982053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 56.93%
G = 11.99%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#982053 (or 0x982053) is known color: Lipstick. HEX triplet: 98, 20 and 53. RGB value is (152,32,83). Sum of RGB (Red+Green+Blue) = 152+32+83=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #982053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982053 is #67DFAC. Grayscale: #494949. Windows color (decimal): -6807469 or 5447832. OLE color: 5447832.

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

Color convert

RGB 152 32 83 -
CMYK 0 0.79 0.45 0.40
HSL 334.5º 0.65% 0.36% -
HSV(B) 334.5º 0.79% 0.6% -
XYZ 15.03 8.33 9 -
YUV 73.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 152 32 83 0 0.79 0.45 0.40 334.5 0.65 0.36
Hex 98 20 53 0 4F 2D 28 14E 41 24
Octal 230 40 123 0 117 55 50 516 101 44
Binary 10011000 100000 1010011 0 1001111 101101 101000 101001110 1000001 100100

Color Harmonies of #982053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982053

Black with #982053

Text Example


Text Example

White with #982053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982053; }

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

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

background-color css

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

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

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

border-color css

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

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

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