Html Css Color HEX #980F40 Lipstick

📋 copy color: '#980F40'

red 152 ◦ green 15 ◦ blue 64

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

Shades of Lipstick #980F40

Tints of Lipstick #980F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 65.8%
G = 6.49%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#980F40 (or 0x980F40) is known color: Lipstick. HEX triplet: 98, 0F and 40. RGB value is (152,15,64). Sum of RGB (Red+Green+Blue) = 152+15+64=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #980F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F40 is #67F0BF. Grayscale: #3D3D3D. Windows color (decimal): -6811840 or 4198296. OLE color: 4198296.

HSL color Cylindrical-coordinate representation of color #980F40: hue angle of 338.54º 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 #980F40 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 64 -
CMYK 0 0.90 0.58 0.40
HSL 338.54º 0.82% 0.33% -
HSV(B) 338.54º 0.9% 0.6% -
XYZ 14.05 7.39 5.54 -
YUV 61.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 152 15 64 0 0.90 0.58 0.40 338.54 0.82 0.33
Hex 98 F 40 0 5A 3A 28 153 52 21
Octal 230 17 100 0 132 72 50 523 122 41
Binary 10011000 1111 1000000 0 1011010 111010 101000 101010011 1010010 100001

Color Harmonies of #980F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F40

Black with #980F40

Text Example


Text Example

White with #980F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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