Html Css Color HEX #983764 Lipstick

📋 copy color: '#983764'

red 152 ◦ green 55 ◦ blue 100

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

Shades of Lipstick #983764

Tints of Lipstick #983764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 49.51%
G = 17.92%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#983764 (or 0x983764) is known color: Lipstick. HEX triplet: 98, 37 and 64. RGB value is (152,55,100). Sum of RGB (Red+Green+Blue) = 152+55+100=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #983764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983764 is #67C89B. Grayscale: #595959. Windows color (decimal): -6801564 or 6567832. OLE color: 6567832.

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

Color convert

RGB 152 55 100 -
CMYK 0 0.64 0.34 0.40
HSL 332.16º 0.47% 0.41% -
HSV(B) 332.16º 0.64% 0.6% -
XYZ 16.62 10.33 13.17 -
YUV 89.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 152 55 100 0 0.64 0.34 0.40 332.16 0.47 0.41
Hex 98 37 64 0 40 22 28 14C 2F 29
Octal 230 67 144 0 100 42 50 514 57 51
Binary 10011000 110111 1100100 0 1000000 100010 101000 101001100 101111 101001

Color Harmonies of #983764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983764

Black with #983764

Text Example


Text Example

White with #983764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983764; }

 p { color: rgb(152,55,100); }

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

background-color css

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

 a { background-color: rgb(152,55,100); }

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

border-color css

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

 span { border-color: rgb(152,55,100); }

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