Html Css Color HEX #983567 Lipstick

📋 copy color: '#983567'

red 152 ◦ green 53 ◦ blue 103

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

Shades of Lipstick #983567

Tints of Lipstick #983567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

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

R = 49.35%
G = 17.21%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983567 (or 0x983567) is known color: Lipstick. HEX triplet: 98, 35 and 67. RGB value is (152,53,103). Sum of RGB (Red+Green+Blue) = 152+53+103=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #983567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983567 is #67CA98. Grayscale: #585858. Windows color (decimal): -6802073 or 6763928. OLE color: 6763928.

HSL color Cylindrical-coordinate representation of color #983567: hue angle of 329.7º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983567 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 103 -
CMYK 0 0.65 0.32 0.40
HSL 329.7º 0.48% 0.4% -
HSV(B) 329.7º 0.65% 0.6% -
XYZ 16.67 10.2 13.92 -
YUV 88.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 152 53 103 0 0.65 0.32 0.40 329.7 0.48 0.4
Hex 98 35 67 0 41 20 28 14A 30 28
Octal 230 65 147 0 101 40 50 512 60 50
Binary 10011000 110101 1100111 0 1000001 100000 101000 101001010 110000 101000

Color Harmonies of #983567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983567

Black with #983567

Text Example


Text Example

White with #983567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983567; }

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

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

background-color css

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

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

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

border-color css

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

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

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