Html Css Color HEX #983052 Lipstick

📋 copy color: '#983052'

red 152 ◦ green 48 ◦ blue 82

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

Shades of Lipstick #983052

Tints of Lipstick #983052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 53.9%
G = 17.02%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#983052 (or 0x983052) is known color: Lipstick. HEX triplet: 98, 30 and 52. RGB value is (152,48,82). Sum of RGB (Red+Green+Blue) = 152+48+82=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #983052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983052 is #67CFAD. Grayscale: #525252. Windows color (decimal): -6803374 or 5386392. OLE color: 5386392.

HSL color Cylindrical-coordinate representation of color #983052: hue angle of 340.38º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983052 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 82 -
CMYK 0 0.68 0.46 0.40
HSL 340.38º 0.52% 0.39% -
HSV(B) 340.38º 0.68% 0.6% -
XYZ 15.53 9.4 8.98 -
YUV 82.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 152 48 82 0 0.68 0.46 0.40 340.38 0.52 0.39
Hex 98 30 52 0 44 2E 28 154 34 27
Octal 230 60 122 0 104 56 50 524 64 47
Binary 10011000 110000 1010010 0 1000100 101110 101000 101010100 110100 100111

Color Harmonies of #983052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983052

Black with #983052

Text Example


Text Example

White with #983052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983052; }

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

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

background-color css

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

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

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

border-color css

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

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

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