Html Css Color HEX #982142 Lipstick

📋 copy color: '#982142'

red 152 ◦ green 33 ◦ blue 66

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

Shades of Lipstick #982142

Tints of Lipstick #982142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 60.56%
G = 13.15%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#982142 (or 0x982142) is known color: Lipstick. HEX triplet: 98, 21 and 42. RGB value is (152,33,66). Sum of RGB (Red+Green+Blue) = 152+33+66=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #982142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982142 is #67DEBD. Grayscale: #484848. Windows color (decimal): -6807230 or 4333976. OLE color: 4333976.

HSL color Cylindrical-coordinate representation of color #982142: hue angle of 343.36º degrees, saturation: 0.64, 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 #982142 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 66 -
CMYK 0 0.78 0.57 0.40
HSL 343.36º 0.64% 0.36% -
HSV(B) 343.36º 0.78% 0.6% -
XYZ 14.48 8.16 5.97 -
YUV 72.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 152 33 66 0 0.78 0.57 0.40 343.36 0.64 0.36
Hex 98 21 42 0 4E 39 28 157 40 24
Octal 230 41 102 0 116 71 50 527 100 44
Binary 10011000 100001 1000010 0 1001110 111001 101000 101010111 1000000 100100

Color Harmonies of #982142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982142

Black with #982142

Text Example


Text Example

White with #982142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982142; }

 p { color: rgb(152,33,66); }

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

background-color css

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

 a { background-color: rgb(152,33,66); }

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

border-color css

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

 span { border-color: rgb(152,33,66); }

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