Html Css Color HEX #983667 Lipstick

📋 copy color: '#983667'

red 152 ◦ green 54 ◦ blue 103

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

Shades of Lipstick #983667

Tints of Lipstick #983667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 49.19%
G = 17.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983667 (or 0x983667) is known color: Lipstick. HEX triplet: 98, 36 and 67. RGB value is (152,54,103). Sum of RGB (Red+Green+Blue) = 152+54+103=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #983667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983667 is #67C998. Grayscale: #585858. Windows color (decimal): -6801817 or 6764184. OLE color: 6764184.

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

Color convert

RGB 152 54 103 -
CMYK 0 0.64 0.32 0.40
HSL 330º 0.48% 0.4% -
HSV(B) 330º 0.64% 0.6% -
XYZ 16.72 10.29 13.94 -
YUV 88.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 152 54 103 0 0.64 0.32 0.40 330 0.48 0.4
Hex 98 36 67 0 40 20 28 14A 30 28
Octal 230 66 147 0 100 40 50 512 60 50
Binary 10011000 110110 1100111 0 1000000 100000 101000 101001010 110000 101000

Color Harmonies of #983667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983667

Black with #983667

Text Example


Text Example

White with #983667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983667; }

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

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

background-color css

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

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

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

border-color css

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

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

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