Html Css Color HEX #982341 Lipstick

📋 copy color: '#982341'

red 152 ◦ green 35 ◦ blue 65

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

Shades of Lipstick #982341

Tints of Lipstick #982341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 60.32%
G = 13.89%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#982341 (or 0x982341) is known color: Lipstick. HEX triplet: 98, 23 and 41. RGB value is (152,35,65). Sum of RGB (Red+Green+Blue) = 152+35+65=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #982341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982341 is #67DCBE. Grayscale: #494949. Windows color (decimal): -6806719 or 4268952. OLE color: 4268952.

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

Color convert

RGB 152 35 65 -
CMYK 0 0.77 0.57 0.40
HSL 344.62º 0.63% 0.37% -
HSV(B) 344.62º 0.77% 0.6% -
XYZ 14.5 8.26 5.83 -
YUV 73.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 152 35 65 0 0.77 0.57 0.40 344.62 0.63 0.37
Hex 98 23 41 0 4D 39 28 159 3F 25
Octal 230 43 101 0 115 71 50 531 77 45
Binary 10011000 100011 1000001 0 1001101 111001 101000 101011001 111111 100101

Color Harmonies of #982341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982341

Black with #982341

Text Example


Text Example

White with #982341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982341; }

 p { color: rgb(152,35,65); }

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

background-color css

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

 a { background-color: rgb(152,35,65); }

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

border-color css

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

 span { border-color: rgb(152,35,65); }

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