Html Css Color HEX #983468 Lipstick

📋 copy color: '#983468'

red 152 ◦ green 52 ◦ blue 104

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

Shades of Lipstick #983468

Tints of Lipstick #983468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 49.35%
G = 16.88%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983468 (or 0x983468) is known color: Lipstick. HEX triplet: 98, 34 and 68. RGB value is (152,52,104). Sum of RGB (Red+Green+Blue) = 152+52+104=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #983468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983468 is #67CB97. Grayscale: #575757. Windows color (decimal): -6802328 or 6829208. OLE color: 6829208.

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

Color convert

RGB 152 52 104 -
CMYK 0 0.66 0.32 0.40
HSL 328.8º 0.49% 0.4% -
HSV(B) 328.8º 0.66% 0.6% -
XYZ 16.68 10.13 14.17 -
YUV 87.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 152 52 104 0 0.66 0.32 0.40 328.8 0.49 0.4
Hex 98 34 68 0 42 20 28 149 31 28
Octal 230 64 150 0 102 40 50 511 61 50
Binary 10011000 110100 1101000 0 1000010 100000 101000 101001001 110001 101000

Color Harmonies of #983468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983468

Black with #983468

Text Example


Text Example

White with #983468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983468; }

 p { color: rgb(152,52,104); }

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

background-color css

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

 a { background-color: rgb(152,52,104); }

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

border-color css

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

 span { border-color: rgb(152,52,104); }

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