Html Css Color HEX #99255D Lipstick

📋 copy color: '#99255D'

red 153 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #99255D

Tints of Lipstick #99255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 54.06%
G = 13.07%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99255D (or 0x99255D) is known color: Lipstick. HEX triplet: 99, 25 and 5D. RGB value is (153,37,93). Sum of RGB (Red+Green+Blue) = 153+37+93=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99255D is #66DAA2. Grayscale: #4D4D4D. Windows color (decimal): -6740643 or 6104473. OLE color: 6104473.

HSL color Cylindrical-coordinate representation of color #99255D: hue angle of 331.03º 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 #99255D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 93 -
CMYK 0 0.76 0.39 0.4
HSL 331.03º 0.61% 0.37% -
HSV(B) 331.03º 0.76% 0.6% -
XYZ 15.77 8.89 11.24 -
YUV 78.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 153 37 93 0 0.76 0.39 0.4 331.03 0.61 0.37
Hex 99 25 5D 0 4C 27 28 14B 3D 25
Octal 231 45 135 0 114 47 50 513 75 45
Binary 10011001 100101 1011101 0 1001100 100111 101000 101001011 111101 100101

Color Harmonies of #99255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99255D

Black with #99255D

Text Example


Text Example

White with #99255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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