Html Css Color HEX #983653 Lipstick

📋 copy color: '#983653'

red 152 ◦ green 54 ◦ blue 83

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

Shades of Lipstick #983653

Tints of Lipstick #983653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 52.6%
G = 18.69%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#983653 (or 0x983653) is known color: Lipstick. HEX triplet: 98, 36 and 53. RGB value is (152,54,83). Sum of RGB (Red+Green+Blue) = 152+54+83=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #983653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983653 is #67C9AC. Grayscale: #565656. Windows color (decimal): -6801837 or 5453464. OLE color: 5453464.

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

Color convert

RGB 152 54 83 -
CMYK 0 0.64 0.45 0.40
HSL 342.24º 0.48% 0.4% -
HSV(B) 342.24º 0.64% 0.6% -
XYZ 15.83 9.94 9.27 -
YUV 86.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 152 54 83 0 0.64 0.45 0.40 342.24 0.48 0.4
Hex 98 36 53 0 40 2D 28 156 30 28
Octal 230 66 123 0 100 55 50 526 60 50
Binary 10011000 110110 1010011 0 1000000 101101 101000 101010110 110000 101000

Color Harmonies of #983653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983653

Black with #983653

Text Example


Text Example

White with #983653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983653; }

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

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

background-color css

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

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

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

border-color css

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

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

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