Html Css Color HEX #992443 Lipstick

📋 copy color: '#992443'

red 153 ◦ green 36 ◦ blue 67

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

Shades of Lipstick #992443

Tints of Lipstick #992443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 67 (26.56% from 255) = 26.17%

R = 59.77%
G = 14.06%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#992443 (or 0x992443) is known color: Lipstick. HEX triplet: 99, 24 and 43. RGB value is (153,36,67). Sum of RGB (Red+Green+Blue) = 153+36+67=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992443 is #66DBBC. Grayscale: #4A4A4A. Windows color (decimal): -6740925 or 4400281. OLE color: 4400281.

HSL color Cylindrical-coordinate representation of color #992443: hue angle of 344.1º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992443 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 67 -
CMYK 0 0.76 0.56 0.4
HSL 344.1º 0.62% 0.37% -
HSV(B) 344.1º 0.76% 0.6% -
XYZ 14.78 8.44 6.16 -
YUV 74.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 153 36 67 0 0.76 0.56 0.4 344.1 0.62 0.37
Hex 99 24 43 0 4C 38 28 158 3E 25
Octal 231 44 103 0 114 70 50 530 76 45
Binary 10011001 100100 1000011 0 1001100 111000 101000 101011000 111110 100101

Color Harmonies of #992443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992443

Black with #992443

Text Example


Text Example

White with #992443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992443; }

 p { color: rgb(153,36,67); }

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

background-color css

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

 a { background-color: rgb(153,36,67); }

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

border-color css

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

 span { border-color: rgb(153,36,67); }

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