Html Css Color HEX #99366F Rouge

📋 copy color: '#99366F'

red 153 ◦ green 54 ◦ blue 111

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

Shades of Rouge #99366F

Tints of Rouge #99366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 48.11%
G = 16.98%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99366F (or 0x99366F) is known color: Rouge. HEX triplet: 99, 36 and 6F. RGB value is (153,54,111). Sum of RGB (Red+Green+Blue) = 153+54+111=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99366F is #66C990. Grayscale: #595959. Windows color (decimal): -6736273 or 7288473. OLE color: 7288473.

HSL color Cylindrical-coordinate representation of color #99366F: hue angle of 325.45º 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 #99366F is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 111 -
CMYK 0 0.65 0.27 0.4
HSL 325.45º 0.48% 0.41% -
HSV(B) 325.45º 0.65% 0.6% -
XYZ 17.33 10.56 16.16 -
YUV 90.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 153 54 111 0 0.65 0.27 0.4 325.45 0.48 0.41
Hex 99 36 6F 0 41 1B 28 145 30 29
Octal 231 66 157 0 101 33 50 505 60 51
Binary 10011001 110110 1101111 0 1000001 11011 101000 101000101 110000 101001

Color Harmonies of #99366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99366F

Black with #99366F

Text Example


Text Example

White with #99366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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