Html Css Color HEX #983365 Lipstick

📋 copy color: '#983365'

red 152 ◦ green 51 ◦ blue 101

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

Shades of Lipstick #983365

Tints of Lipstick #983365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 50%
G = 16.78%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#983365 (or 0x983365) is known color: Lipstick. HEX triplet: 98, 33 and 65. RGB value is (152,51,101). Sum of RGB (Red+Green+Blue) = 152+51+101=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #983365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983365 is #67CC9A. Grayscale: #565656. Windows color (decimal): -6802587 or 6632344. OLE color: 6632344.

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

Color convert

RGB 152 51 101 -
CMYK 0 0.66 0.34 0.40
HSL 330.3º 0.5% 0.4% -
HSV(B) 330.3º 0.66% 0.6% -
XYZ 16.48 9.98 13.37 -
YUV 86.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 152 51 101 0 0.66 0.34 0.40 330.3 0.5 0.4
Hex 98 33 65 0 42 22 28 14A 32 28
Octal 230 63 145 0 102 42 50 512 62 50
Binary 10011000 110011 1100101 0 1000010 100010 101000 101001010 110010 101000

Color Harmonies of #983365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983365

Black with #983365

Text Example


Text Example

White with #983365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983365; }

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

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

background-color css

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

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

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

border-color css

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

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

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