Html Css Color HEX #982852 Lipstick

📋 copy color: '#982852'

red 152 ◦ green 40 ◦ blue 82

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

Shades of Lipstick #982852

Tints of Lipstick #982852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 55.47%
G = 14.6%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#982852 (or 0x982852) is known color: Lipstick. HEX triplet: 98, 28 and 52. RGB value is (152,40,82). Sum of RGB (Red+Green+Blue) = 152+40+82=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #982852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982852 is #67D7AD. Grayscale: #4E4E4E. Windows color (decimal): -6805422 or 5384344. OLE color: 5384344.

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

Color convert

RGB 152 40 82 -
CMYK 0 0.74 0.46 0.40
HSL 337.5º 0.58% 0.38% -
HSV(B) 337.5º 0.74% 0.6% -
XYZ 15.23 8.8 8.88 -
YUV 78.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 152 40 82 0 0.74 0.46 0.40 337.5 0.58 0.38
Hex 98 28 52 0 4A 2E 28 152 3A 26
Octal 230 50 122 0 112 56 50 522 72 46
Binary 10011000 101000 1010010 0 1001010 101110 101000 101010010 111010 100110

Color Harmonies of #982852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982852

Black with #982852

Text Example


Text Example

White with #982852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982852; }

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

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

background-color css

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

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

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

border-color css

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

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

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