Html Css Color HEX #983265 Lipstick

📋 copy color: '#983265'

red 152 ◦ green 50 ◦ blue 101

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

Shades of Lipstick #983265

Tints of Lipstick #983265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 50.17%
G = 16.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#983265 (or 0x983265) is known color: Lipstick. HEX triplet: 98, 32 and 65. RGB value is (152,50,101). Sum of RGB (Red+Green+Blue) = 152+50+101=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983265 is #67CD9A. Grayscale: #565656. Windows color (decimal): -6802843 or 6632088. OLE color: 6632088.

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

Color convert

RGB 152 50 101 -
CMYK 0 0.67 0.34 0.40
HSL 330º 0.5% 0.4% -
HSV(B) 330º 0.67% 0.6% -
XYZ 16.44 9.9 13.36 -
YUV 86.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 152 50 101 0 0.67 0.34 0.40 330 0.5 0.4
Hex 98 32 65 0 43 22 28 14A 32 28
Octal 230 62 145 0 103 42 50 512 62 50
Binary 10011000 110010 1100101 0 1000011 100010 101000 101001010 110010 101000

Color Harmonies of #983265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983265

Black with #983265

Text Example


Text Example

White with #983265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983265; }

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

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

background-color css

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

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

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

border-color css

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

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

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