Html Css Color HEX #99366B Rouge

📋 copy color: '#99366B'

red 153 ◦ green 54 ◦ blue 107

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

Shades of Rouge #99366B

Tints of Rouge #99366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 48.73%
G = 17.2%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99366B (or 0x99366B) is known color: Rouge. HEX triplet: 99, 36 and 6B. RGB value is (153,54,107). Sum of RGB (Red+Green+Blue) = 153+54+107=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99366B is #66C994. Grayscale: #595959. Windows color (decimal): -6736277 or 7026329. OLE color: 7026329.

HSL color Cylindrical-coordinate representation of color #99366B: hue angle of 327.88º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99366B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 107 -
CMYK 0 0.65 0.30 0.4
HSL 327.88º 0.48% 0.41% -
HSV(B) 327.88º 0.65% 0.6% -
XYZ 17.11 10.47 15.03 -
YUV 89.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 153 54 107 0 0.65 0.30 0.4 327.88 0.48 0.41
Hex 99 36 6B 0 41 1E 28 148 30 29
Octal 231 66 153 0 101 36 50 510 60 51
Binary 10011001 110110 1101011 0 1000001 11110 101000 101001000 110000 101001

Color Harmonies of #99366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99366B

Black with #99366B

Text Example


Text Example

White with #99366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99366B; }

 p { color: rgb(153,54,107); }

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

background-color css

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

 a { background-color: rgb(153,54,107); }

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

border-color css

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

 span { border-color: rgb(153,54,107); }

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