Html Css Color HEX #983257 Lipstick

📋 copy color: '#983257'

red 152 ◦ green 50 ◦ blue 87

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

Shades of Lipstick #983257

Tints of Lipstick #983257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.1%

R = 52.6%
G = 17.3%
B = 30.1%

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

#983257 (or 0x983257) is known color: Lipstick. HEX triplet: 98, 32 and 57. RGB value is (152,50,87). Sum of RGB (Red+Green+Blue) = 152+50+87=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #983257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983257 is #67CDA8. Grayscale: #545454. Windows color (decimal): -6802857 or 5714584. OLE color: 5714584.

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

Color convert

RGB 152 50 87 -
CMYK 0 0.67 0.43 0.40
HSL 338.24º 0.5% 0.4% -
HSV(B) 338.24º 0.67% 0.6% -
XYZ 15.81 9.64 10.05 -
YUV 84.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 152 50 87 0 0.67 0.43 0.40 338.24 0.5 0.4
Hex 98 32 57 0 43 2B 28 152 32 28
Octal 230 62 127 0 103 53 50 522 62 50
Binary 10011000 110010 1010111 0 1000011 101011 101000 101010010 110010 101000

Color Harmonies of #983257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983257

Black with #983257

Text Example


Text Example

White with #983257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983257; }

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

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

background-color css

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

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

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

border-color css

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

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

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