Html Css Color HEX #983261 Lipstick

📋 copy color: '#983261'

red 152 ◦ green 50 ◦ blue 97

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

Shades of Lipstick #983261

Tints of Lipstick #983261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 50.84%
G = 16.72%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#983261 (or 0x983261) is known color: Lipstick. HEX triplet: 98, 32 and 61. RGB value is (152,50,97). Sum of RGB (Red+Green+Blue) = 152+50+97=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #983261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983261 is #67CD9E. Grayscale: #555555. Windows color (decimal): -6802847 or 6369944. OLE color: 6369944.

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

Color convert

RGB 152 50 97 -
CMYK 0 0.67 0.36 0.40
HSL 332.35º 0.5% 0.4% -
HSV(B) 332.35º 0.67% 0.6% -
XYZ 16.25 9.82 12.35 -
YUV 85.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 152 50 97 0 0.67 0.36 0.40 332.35 0.5 0.4
Hex 98 32 61 0 43 24 28 14C 32 28
Octal 230 62 141 0 103 44 50 514 62 50
Binary 10011000 110010 1100001 0 1000011 100100 101000 101001100 110010 101000

Color Harmonies of #983261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983261

Black with #983261

Text Example


Text Example

White with #983261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983261; }

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

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

background-color css

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

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

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

border-color css

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

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

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