Html Css Color HEX #992346 Lipstick

📋 copy color: '#992346'

red 153 ◦ green 35 ◦ blue 70

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

Shades of Lipstick #992346

Tints of Lipstick #992346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 59.3%
G = 13.57%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992346 (or 0x992346) is known color: Lipstick. HEX triplet: 99, 23 and 46. RGB value is (153,35,70). Sum of RGB (Red+Green+Blue) = 153+35+70=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992346 is #66DCB9. Grayscale: #4A4A4A. Windows color (decimal): -6741178 or 4596633. OLE color: 4596633.

HSL color Cylindrical-coordinate representation of color #992346: hue angle of 342.2º 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 #992346 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 70 -
CMYK 0 0.77 0.54 0.4
HSL 342.2º 0.63% 0.37% -
HSV(B) 342.2º 0.77% 0.6% -
XYZ 14.84 8.42 6.64 -
YUV 74.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 153 35 70 0 0.77 0.54 0.4 342.2 0.63 0.37
Hex 99 23 46 0 4D 36 28 156 3F 25
Octal 231 43 106 0 115 66 50 526 77 45
Binary 10011001 100011 1000110 0 1001101 110110 101000 101010110 111111 100101

Color Harmonies of #992346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992346

Black with #992346

Text Example


Text Example

White with #992346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992346; }

 p { color: rgb(153,35,70); }

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

background-color css

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

 a { background-color: rgb(153,35,70); }

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

border-color css

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

 span { border-color: rgb(153,35,70); }

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