Html Css Color HEX #992341 Lipstick

📋 copy color: '#992341'

red 153 ◦ green 35 ◦ blue 65

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

Shades of Lipstick #992341

Tints of Lipstick #992341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.69%

R = 60.47%
G = 13.83%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#992341 (or 0x992341) is known color: Lipstick. HEX triplet: 99, 23 and 41. RGB value is (153,35,65). Sum of RGB (Red+Green+Blue) = 153+35+65=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #992341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992341 is #66DCBE. Grayscale: #494949. Windows color (decimal): -6741183 or 4268953. OLE color: 4268953.

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

Color convert

RGB 153 35 65 -
CMYK 0 0.77 0.58 0.4
HSL 344.75º 0.63% 0.37% -
HSV(B) 344.75º 0.77% 0.6% -
XYZ 14.69 8.36 5.84 -
YUV 73.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 153 35 65 0 0.77 0.58 0.4 344.75 0.63 0.37
Hex 99 23 41 0 4D 3A 28 159 3F 25
Octal 231 43 101 0 115 72 50 531 77 45
Binary 10011001 100011 1000001 0 1001101 111010 101000 101011001 111111 100101

Color Harmonies of #992341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992341

Black with #992341

Text Example


Text Example

White with #992341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992341; }

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

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

background-color css

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

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

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

border-color css

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

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

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