Html Css Color HEX #982256 Lipstick

📋 copy color: '#982256'

red 152 ◦ green 34 ◦ blue 86

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

Shades of Lipstick #982256

Tints of Lipstick #982256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 55.88%
G = 12.5%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#982256 (or 0x982256) is known color: Lipstick. HEX triplet: 98, 22 and 56. RGB value is (152,34,86). Sum of RGB (Red+Green+Blue) = 152+34+86=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982256 is #67DDA9. Grayscale: #4B4B4B. Windows color (decimal): -6806954 or 5644952. OLE color: 5644952.

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

Color convert

RGB 152 34 86 -
CMYK 0 0.78 0.43 0.40
HSL 333.56º 0.63% 0.36% -
HSV(B) 333.56º 0.78% 0.6% -
XYZ 15.2 8.49 9.64 -
YUV 75.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 152 34 86 0 0.78 0.43 0.40 333.56 0.63 0.36
Hex 98 22 56 0 4E 2B 28 14E 3F 24
Octal 230 42 126 0 116 53 50 516 77 44
Binary 10011000 100010 1010110 0 1001110 101011 101000 101001110 111111 100100

Color Harmonies of #982256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982256

Black with #982256

Text Example


Text Example

White with #982256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982256; }

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

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

background-color css

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

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

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

border-color css

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

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

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