#99376C

Color #99376C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #99376C

Tints of Rouge #99376C

Color information

#99376C (or 0x99376C) is unknown color: approx Rouge. HEX triplet: 99, 37 and 6C. RGB value is (153,55,108). Sum of RGB (Red+Green+Blue) = 153+55+108=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99376C is #66C893. Grayscale: #5A5A5A. Windows color (decimal): -6736020 or 7092121. OLE color: 7092121.

HSL color Cylindrical-coordinate representation of color #99376C: hue angle of 327.55º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99376C is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15355108-
CMYK00.640.290.4
HSL327.55º47.12%40.78%-
HSV(B)327.55º64.05%60%-
XYZ17.2110.5915.32-
YUV90.34137.97172.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=48.42%
G=17.41%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535510800.640.290.4327.5547.1240.78
Hex99376C0401D281482f29
Octal23167154010035505105751
Binary1001100111011111011000100000011101101000101001000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99376C; }

 p { color: rgb(153,55,108); }

 H1.HeaderClassName
 {
   color: #99376C;
 }
 .AnyTagClassName
 {
   color: #99376C;
 }
</style>
background-color css

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

 a { background-color: rgb(153,55,108); }

 div.DivClassName
 {
   background-color: #99376C;
 }
 .BgClassName
 {
   background-color: #99376C;
 }
</style>
border-color css

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

 span { border-color: rgb(153,55,108); }

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