Html Css Color HEX #983359 Lipstick

📋 copy color: '#983359'

red 152 ◦ green 51 ◦ blue 89

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

Shades of Lipstick #983359

Tints of Lipstick #983359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 52.05%
G = 17.47%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#983359 (or 0x983359) is known color: Lipstick. HEX triplet: 98, 33 and 59. RGB value is (152,51,89). Sum of RGB (Red+Green+Blue) = 152+51+89=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #983359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983359 is #67CCA6. Grayscale: #555555. Windows color (decimal): -6802599 or 5845912. OLE color: 5845912.

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

Color convert

RGB 152 51 89 -
CMYK 0 0.66 0.41 0.40
HSL 337.43º 0.5% 0.4% -
HSV(B) 337.43º 0.66% 0.6% -
XYZ 15.94 9.76 10.5 -
YUV 85.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 152 51 89 0 0.66 0.41 0.40 337.43 0.5 0.4
Hex 98 33 59 0 42 29 28 151 32 28
Octal 230 63 131 0 102 51 50 521 62 50
Binary 10011000 110011 1011001 0 1000010 101001 101000 101010001 110010 101000

Color Harmonies of #983359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983359

Black with #983359

Text Example


Text Example

White with #983359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983359; }

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

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

background-color css

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

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

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

border-color css

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

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

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