Html Css Color HEX #992542 Lipstick

📋 copy color: '#992542'

red 153 ◦ green 37 ◦ blue 66

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

Shades of Lipstick #992542

Tints of Lipstick #992542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 59.77%
G = 14.45%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#992542 (or 0x992542) is known color: Lipstick. HEX triplet: 99, 25 and 42. RGB value is (153,37,66). Sum of RGB (Red+Green+Blue) = 153+37+66=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992542 is #66DABD. Grayscale: #4A4A4A. Windows color (decimal): -6740670 or 4335001. OLE color: 4335001.

HSL color Cylindrical-coordinate representation of color #992542: hue angle of 345º degrees, saturation: 0.61, 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 #992542 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 66 -
CMYK 0 0.76 0.57 0.4
HSL 345º 0.61% 0.37% -
HSV(B) 345º 0.76% 0.6% -
XYZ 14.78 8.49 6.01 -
YUV 74.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 153 37 66 0 0.76 0.57 0.4 345 0.61 0.37
Hex 99 25 42 0 4C 39 28 159 3D 25
Octal 231 45 102 0 114 71 50 531 75 45
Binary 10011001 100101 1000010 0 1001100 111001 101000 101011001 111101 100101

Color Harmonies of #992542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992542

Black with #992542

Text Example


Text Example

White with #992542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992542; }

 p { color: rgb(153,37,66); }

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

background-color css

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

 a { background-color: rgb(153,37,66); }

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

border-color css

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

 span { border-color: rgb(153,37,66); }

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