Html Css Color HEX #99133F Lipstick

📋 copy color: '#99133F'

red 153 ◦ green 19 ◦ blue 63

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

Shades of Lipstick #99133F

Tints of Lipstick #99133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 65.11%
G = 8.09%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99133F (or 0x99133F) is known color: Lipstick. HEX triplet: 99, 13 and 3F. RGB value is (153,19,63). Sum of RGB (Red+Green+Blue) = 153+19+63=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99133F is #66ECC0. Grayscale: #404040. Windows color (decimal): -6745281 or 4133785. OLE color: 4133785.

HSL color Cylindrical-coordinate representation of color #99133F: hue angle of 340.3º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99133F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 63 -
CMYK 0 0.88 0.59 0.4
HSL 340.3º 0.78% 0.34% -
HSV(B) 340.3º 0.88% 0.6% -
XYZ 14.27 7.6 5.42 -
YUV 64.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 153 19 63 0 0.88 0.59 0.4 340.3 0.78 0.34
Hex 99 13 3F 0 58 3B 28 154 4E 22
Octal 231 23 77 0 130 73 50 524 116 42
Binary 10011001 10011 111111 0 1011000 111011 101000 101010100 1001110 100010

Color Harmonies of #99133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99133F

Black with #99133F

Text Example


Text Example

White with #99133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99133F; }

 p { color: rgb(153,19,63); }

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

background-color css

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

 a { background-color: rgb(153,19,63); }

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

border-color css

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

 span { border-color: rgb(153,19,63); }

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