Html Css Color HEX #983256 Lipstick

📋 copy color: '#983256'

red 152 ◦ green 50 ◦ blue 86

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

Shades of Lipstick #983256

Tints of Lipstick #983256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

 BLUE value IS 86 (33.98% from 255) = 29.86%

R = 52.78%
G = 17.36%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#983256 (or 0x983256) is known color: Lipstick. HEX triplet: 98, 32 and 56. RGB value is (152,50,86). Sum of RGB (Red+Green+Blue) = 152+50+86=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #983256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983256 is #67CDA9. Grayscale: #545454. Windows color (decimal): -6802858 or 5649048. OLE color: 5649048.

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

Color convert

RGB 152 50 86 -
CMYK 0 0.67 0.43 0.40
HSL 338.82º 0.5% 0.4% -
HSV(B) 338.82º 0.67% 0.6% -
XYZ 15.77 9.63 9.83 -
YUV 84.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 152 50 86 0 0.67 0.43 0.40 338.82 0.5 0.4
Hex 98 32 56 0 43 2B 28 153 32 28
Octal 230 62 126 0 103 53 50 523 62 50
Binary 10011000 110010 1010110 0 1000011 101011 101000 101010011 110010 101000

Color Harmonies of #983256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983256

Black with #983256

Text Example


Text Example

White with #983256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983256; }

 p { color: rgb(152,50,86); }

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

background-color css

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

 a { background-color: rgb(152,50,86); }

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

border-color css

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

 span { border-color: rgb(152,50,86); }

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