Html Css Color HEX #990F3F Lipstick

📋 copy color: '#990F3F'

red 153 ◦ green 15 ◦ blue 63

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

Shades of Lipstick #990F3F

Tints of Lipstick #990F3F

RGB

 RED value IS 153 (60.16% from 255) = 66.23%

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

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

R = 66.23%
G = 6.49%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#990F3F (or 0x990F3F) is known color: Lipstick. HEX triplet: 99, 0F and 3F. RGB value is (153,15,63). Sum of RGB (Red+Green+Blue) = 153+15+63=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #990F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F3F is #66F0C0. Grayscale: #3D3D3D. Windows color (decimal): -6746305 or 4132761. OLE color: 4132761.

HSL color Cylindrical-coordinate representation of color #990F3F: hue angle of 339.13º 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 #990F3F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 63 -
CMYK 0 0.90 0.59 0.4
HSL 339.13º 0.82% 0.33% -
HSV(B) 339.13º 0.9% 0.6% -
XYZ 14.2 7.47 5.4 -
YUV 61.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 153 15 63 0 0.90 0.59 0.4 339.13 0.82 0.33
Hex 99 F 3F 0 5A 3B 28 153 52 21
Octal 231 17 77 0 132 73 50 523 122 41
Binary 10011001 1111 111111 0 1011010 111011 101000 101010011 1010010 100001

Color Harmonies of #990F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F3F

Black with #990F3F

Text Example


Text Example

White with #990F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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