Html Css Color HEX #980F3F Lipstick

📋 copy color: '#980F3F'

red 152 ◦ green 15 ◦ blue 63

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

Shades of Lipstick #980F3F

Tints of Lipstick #980F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 63 (25% from 255) = 27.39%

R = 66.09%
G = 6.52%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#980F3F (or 0x980F3F) is known color: Lipstick. HEX triplet: 98, 0F and 3F. RGB value is (152,15,63). Sum of RGB (Red+Green+Blue) = 152+15+63=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #980F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F3F is #67F0C0. Grayscale: #3D3D3D. Windows color (decimal): -6811841 or 4132760. OLE color: 4132760.

HSL color Cylindrical-coordinate representation of color #980F3F: hue angle of 338.98º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F3F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 63 -
CMYK 0 0.90 0.59 0.40
HSL 338.98º 0.82% 0.33% -
HSV(B) 338.98º 0.9% 0.6% -
XYZ 14.02 7.38 5.39 -
YUV 61.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 152 15 63 0 0.90 0.59 0.40 338.98 0.82 0.33
Hex 98 F 3F 0 5A 3B 28 153 52 21
Octal 230 17 77 0 132 73 50 523 122 41
Binary 10011000 1111 111111 0 1011010 111011 101000 101010011 1010010 100001

Color Harmonies of #980F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F3F

Black with #980F3F

Text Example


Text Example

White with #980F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980F3F; }

 p { color: rgb(152,15,63); }

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

background-color css

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

 a { background-color: rgb(152,15,63); }

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

border-color css

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

 span { border-color: rgb(152,15,63); }

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