Html Css Color HEX #983065 Lipstick

📋 copy color: '#983065'

red 152 ◦ green 48 ◦ blue 101

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

Shades of Lipstick #983065

Tints of Lipstick #983065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

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

R = 50.5%
G = 15.95%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#983065 (or 0x983065) is known color: Lipstick. HEX triplet: 98, 30 and 65. RGB value is (152,48,101). Sum of RGB (Red+Green+Blue) = 152+48+101=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983065 is #67CF9A. Grayscale: #555555. Windows color (decimal): -6803355 or 6631576. OLE color: 6631576.

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

Color convert

RGB 152 48 101 -
CMYK 0 0.68 0.34 0.40
HSL 329.42º 0.52% 0.39% -
HSV(B) 329.42º 0.68% 0.6% -
XYZ 16.35 9.73 13.33 -
YUV 85.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 152 48 101 0 0.68 0.34 0.40 329.42 0.52 0.39
Hex 98 30 65 0 44 22 28 149 34 27
Octal 230 60 145 0 104 42 50 511 64 47
Binary 10011000 110000 1100101 0 1000100 100010 101000 101001001 110100 100111

Color Harmonies of #983065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983065

Black with #983065

Text Example


Text Example

White with #983065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983065; }

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

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

background-color css

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

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

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

border-color css

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

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

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