Html Css Color HEX #992344 Lipstick

📋 copy color: '#992344'

red 153 ◦ green 35 ◦ blue 68

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

Shades of Lipstick #992344

Tints of Lipstick #992344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 59.77%
G = 13.67%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#992344 (or 0x992344) is known color: Lipstick. HEX triplet: 99, 23 and 44. RGB value is (153,35,68). Sum of RGB (Red+Green+Blue) = 153+35+68=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992344 is #66DCBB. Grayscale: #4A4A4A. Windows color (decimal): -6741180 or 4465561. OLE color: 4465561.

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

Color convert

RGB 153 35 68 -
CMYK 0 0.77 0.56 0.4
HSL 343.22º 0.63% 0.37% -
HSV(B) 343.22º 0.77% 0.6% -
XYZ 14.78 8.39 6.31 -
YUV 74.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 153 35 68 0 0.77 0.56 0.4 343.22 0.63 0.37
Hex 99 23 44 0 4D 38 28 157 3F 25
Octal 231 43 104 0 115 70 50 527 77 45
Binary 10011001 100011 1000100 0 1001101 111000 101000 101010111 111111 100101

Color Harmonies of #992344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992344

Black with #992344

Text Example


Text Example

White with #992344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992344; }

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

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

background-color css

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

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

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

border-color css

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

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

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